Skip to content

Commit 9e79816

Browse files
committed
Run clippy on all code (tests, benches, etc.)
1 parent 9a5173c commit 9e79816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Clippy
4848
shell: bash
49-
run: rustup run ${{ matrix.rust }} cargo clippy --all -- -D warnings
49+
run: rustup run ${{ matrix.rust }} cargo clippy --all --bins --all-targets --examples --benches --tests -- -D warnings
5050

5151
- name: Test (release)
5252
shell: bash

0 commit comments

Comments
 (0)