ci: enforce locked Cargo dependencies (#11560)

Signed-off-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
Jack Amadeo
2026-08-25 16:50:09 +00:00
committed by GitHub
parent eb188752d2
commit 3ea36d2d2b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ jobs:
run: |
gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar'
export CARGO_INCREMENTAL=0
cargo test -- --skip scenario_tests::scenarios::tests
cargo test --jobs 1 scenario_tests::scenarios::tests
cargo test --locked -- --skip scenario_tests::scenarios::tests
cargo test --locked --jobs 1 scenario_tests::scenarios::tests
working-directory: crates
env:
RUST_MIN_STACK: 8388608