Skip to content

Commit

Permalink
Add test checking that Cargo.lock file is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Sep 10, 2024
1 parent 0e2757c commit 7b71f0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check

- name: Check Cargo.lock up to date
run: cargo update -w --frozen

- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7b71f0a

Please sign in to comment.