Skip to content

Commit b4e319d

Browse files
authored
chore(ci): run clippy with --locked flag (#894)
might help catching outdated Cargo.lock
1 parent f7ccdd2 commit b4e319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
CARGO_TARGET_DIR: ${{ matrix.config.target_dir }}
7979
with:
8080
command: clippy
81-
args: --target ${{ matrix.config.target }} -- -W clippy::correctness -D warnings
81+
args: --target ${{ matrix.config.target }} --locked -- -W clippy::correctness -D warnings
8282

8383
cargo-deny:
8484
name: ©️ License and advisories check

0 commit comments

Comments
 (0)