Skip to content

Commit 6aebf7b

Browse files
committed
ci: Add --locked to tests
This will catch stale Cargo.lock Signed-off-by: Matt Johnston <[email protected]>
1 parent 5cfdedd commit 6aebf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export RUSTFLAGS="-D warnings"
1414
cargo fmt -- --check
1515

1616
# Check everything first
17-
cargo check --all-targets
17+
cargo check --all-targets --locked
1818

1919
# stable, std
2020
cargo build --release --features mctp-estack/log

0 commit comments

Comments
 (0)