Skip to content

Commit

Permalink
Merge pull request #782 from jeevcat/sam/check-cargo-lock
Browse files Browse the repository at this point in the history
Verify that Cargo.lock contains all changes it should
  • Loading branch information
hannobraun authored Jul 6, 2022
2 parents 1fb0c6e + 57209c8 commit 4415ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
with:
command: build
args: --all-features
# The repo shouldn't have any unstaged changes after a build
- name: Check up-to-date repo
run: git diff --exit-code
- name: Run `cargo test`
uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b
with:
Expand Down

0 comments on commit 4415ac0

Please sign in to comment.