Skip to content

Commit

Permalink
chore(ci): run clippy with --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Mar 4, 2024
1 parent a7b5f4d commit 7277d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
env:
RUSTFLAGS: -D warnings

Expand Down

0 comments on commit 7277d72

Please sign in to comment.