Skip to content

Commit e46a1f9

Browse files
committed
Check that Cargo.lock is not outdated in CI
1 parent 8977c0c commit e46a1f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- run: cargo test
3838
- run: cargo run -p systest
3939
- run: cargo test -p git2-curl
40+
- name: Verify Cargo.lock is up-to-date
41+
run: cargo update -p git2 --locked
4042

4143
rustfmt:
4244
name: Rustfmt

0 commit comments

Comments
 (0)