Skip to content

Commit

Permalink
CI: Ensure Cargo.lock is up-to-date (#620)
Browse files Browse the repository at this point in the history
So that a situation like #621 does not repeat.
  • Loading branch information
Indy2222 authored Jul 9, 2023
1 parent a06a186 commit 005d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get install --no-install-recommends -y libasound2-dev libudev-dev
- run: rustc --version && cargo --version && cargo clippy --version
- name: Build
run: cargo build --verbose --all-targets --all-features
run: cargo build --verbose --all-targets --all-features --locked
- name: Clippy
run: cargo clippy --all --all-targets --all-features --workspace -- --deny warnings
- name: Test
Expand Down

0 comments on commit 005d062

Please sign in to comment.