ci: enforce locked Cargo dependencies (#11560)
Signed-off-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user