Skip to content

Commit

Permalink
ci: use --all-targets with clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Apr 18, 2024
1 parent 8999815 commit 1501afd
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 1501afd

Please sign in to comment.