Skip to content

Commit

Permalink
Merge pull request #15 from hartwork/enforce-that-cargo-lock-is-in-sync
Browse files Browse the repository at this point in the history
Get and keep Cargo.lock in sync
  • Loading branch information
hartwork authored Jun 11, 2023
2 parents 71b9967 + b3f1cbf commit 71db1ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
cargo build
cargo build --tests
- name: Check whether Cargo.lock is in sync
run: |-
git diff --exit-code -- Cargo.lock # non-empty diff fails CI
- name: Test
run: |-
cargo test
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71db1ed

Please sign in to comment.