We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977c0c commit e46a1f9Copy full SHA for e46a1f9
.github/workflows/main.yml
@@ -37,6 +37,8 @@ jobs:
37
- run: cargo test
38
- run: cargo run -p systest
39
- run: cargo test -p git2-curl
40
+ - name: Verify Cargo.lock is up-to-date
41
+ run: cargo update -p git2 --locked
42
43
rustfmt:
44
name: Rustfmt
0 commit comments