Skip to content

Commit

Permalink
ci: use --all-targets when running clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Apr 23, 2024
1 parent 2084d9d commit 415d17d
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 @@ -86,7 +86,7 @@ jobs:
- run: rustup component add clippy
- name: cargo clippy
run: |
cargo clippy -- -D warnings
cargo clippy --all-targets -- -D warnings
grcov:
name: Code coverage
Expand Down

0 comments on commit 415d17d

Please sign in to comment.