invoke clippy with --locked (#13882)

This commit is contained in:
Mira Ressel
2023-04-12 12:05:11 +02:00
committed by GitHub
parent 6669c8ae37
commit 84c9e2f63a
@@ -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: