Skip to content

Commit

Permalink
Check that Cargo.lock is not outdated in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 5, 2025
1 parent 8977c0c commit 4727cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- run: cargo test
- run: cargo run -p systest
- run: cargo test -p git2-curl
- name: Verify Cargo.lock is up-to-date
run: cargo tree --locked

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 4727cef

Please sign in to comment.