Skip to content

Commit

Permalink
Check locked dependencies in CI (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Jan 8, 2024
1 parent aeefe65 commit c3d37db
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 @@ -38,7 +38,7 @@ jobs:
rustup component add clippy
- uses: Swatinem/rust-cache@v2
- name: "Clippy"
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings

cargo-test:
strategy:
Expand Down

0 comments on commit c3d37db

Please sign in to comment.