Skip to content

Commit e02c225

Browse files
committed
ci: check if Cargo.lock is up-to-date
1 parent 60bf28f commit e02c225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
run: echo CARGO_CONTAINER_TESTS=1 >> $GITHUB_ENV
9898
if: matrix.os == 'ubuntu-latest'
9999

100+
- name: Check if Cargo.lock is up-to-date
101+
run: cargo fetch --locked
100102
- run: cargo test -p cargo
101103
- name: Clear intermediate test output
102104
run: ci/clean-test-output.sh

0 commit comments

Comments
 (0)