Skip to content

Commit

Permalink
chore: make CI check for up-to-date lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Mar 26, 2024
1 parent 0d39fef commit da6ded5
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 @@ -36,3 +36,6 @@ jobs:

- name: Test with default features
run: cargo test --all-features

- name: Make sure the lockfile is up-to-date
run: cargo build --locked

0 comments on commit da6ded5

Please sign in to comment.