Skip to content

Commit 42b8e1d

Browse files
authored
ci: clippy also the binaries (#901)
ci: clippy also the binaries
1 parent 1d042c0 commit 42b8e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
cache-on-failure: true
4747
- name: Run clippy
48-
run: cargo clippy --workspace --lib --examples --tests --benches --all-features --all-targets --locked
48+
run: cargo clippy --workspace --lib --bins --examples --tests --benches --all-features --all-targets --locked
4949
env:
5050
RUSTFLAGS: -D warnings
5151

0 commit comments

Comments
 (0)