Skip to content

Commit

Permalink
chore(ci): run clippy with --locked flag (#894)
Browse files Browse the repository at this point in the history
might help catching outdated Cargo.lock
  • Loading branch information
orhun committed Dec 23, 2023
1 parent f7ccdd2 commit b4e319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
CARGO_TARGET_DIR: ${{ matrix.config.target_dir }}
with:
command: clippy
args: --target ${{ matrix.config.target }} -- -W clippy::correctness -D warnings
args: --target ${{ matrix.config.target }} --locked -- -W clippy::correctness -D warnings

cargo-deny:
name: ©️ License and advisories check
Expand Down

0 comments on commit b4e319d

Please sign in to comment.