Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
invoke clippy with --locked (#13882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel authored Apr 12, 2023
1 parent 2b9ca86 commit 4d608f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cargo-clippy:
- .test-refs
script:
- rusty-cachier snapshot create
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --all-targets
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets
- rusty-cachier cache upload

cargo-check-benches:
Expand Down

0 comments on commit 4d608f9

Please sign in to comment.