Invoke cargo build commands with --locked (#7057)

This commit is contained in:
Mira Ressel
2023-04-12 12:05:40 +02:00
committed by GitHub
parent 32c9e99919
commit d3f81f12b0
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -103,4 +103,4 @@ cargo-clippy:
- .docker-env
- .test-refs
script:
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --all-targets
- SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo clippy --locked --all-targets