Skip to content

Commit

Permalink
Add --locked flag to CI test run.
Browse files Browse the repository at this point in the history
This is what we wanted in the first place. It has the added benefit of
causing an error if / when the Cargo.lock file gets updated and it
shouldn't.
  • Loading branch information
flihp committed Apr 30, 2024
1 parent 5a50dbe commit bc35e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: sudo apt-get update
- run: sudo apt-get install -y pkg-config libudev-dev
- run: cargo test --all-features
- run: cargo test --all-features --locked

0 comments on commit bc35e17

Please sign in to comment.