Skip to content

Commit 91b2564

Browse files
committed
ci: fix clippy checks
Fail on warnings + check all targets Signed-off-by: Alexis Asseman <[email protected]>
1 parent 08bc8dc commit 91b2564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-cargo-clippy
3636
- run: |
3737
rustup component add clippy
38-
cargo clippy --all-features -- -D clippy::all
38+
cargo clippy --all-targets --all-features -- -D warnings
3939
4040
test-and-coverage:
4141
name: cargo test and coverage

0 commit comments

Comments
 (0)