Skip to content

Commit

Permalink
Merge pull request #359 from cakebaker/ci_use_clippy_all_targets
Browse files Browse the repository at this point in the history
ci: use `--all-targets` when running clippy
  • Loading branch information
sylvestre authored Apr 23, 2024
2 parents bb667e3 + 415d17d commit baa09ba
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 baa09ba

Please sign in to comment.