Skip to content

Commit

Permalink
invoke clippy with --locked (paritytech#13882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel authored and nathanwhit committed Jul 19, 2023
1 parent 93241df commit 82cd447
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 82cd447

Please sign in to comment.