Skip to content

Commit

Permalink
ci: test for Cargo.lock being up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Mar 7, 2024
1 parent 9f2aeca commit 9558a66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
with:
clippy: true
rustfmt: true
- name: Run tests
run: cargo test --verbose
- name: Build locked
run: cargo build --locked --verbose
- name: Test locked
run: cargo test --locked --verbose

0 comments on commit 9558a66

Please sign in to comment.