Skip to content

Commit

Permalink
Merge pull request #62 from cakebaker/ci_use_all_targets_with_clippy
Browse files Browse the repository at this point in the history
ci: use --all-targets with clippy
  • Loading branch information
sylvestre authored Apr 18, 2024
2 parents 8999815 + 1501afd commit 5e0aac1
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 @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: rustup component add clippy
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-targets -- -D warnings

coverage:
name: Code Coverage
Expand Down

0 comments on commit 5e0aac1

Please sign in to comment.