Skip to content

Commit

Permalink
ci: run clippy with --all-targets
Browse files Browse the repository at this point in the history
This ensures clippy covers examples, and unit test code.
  • Loading branch information
cpu committed Nov 15, 2023
1 parent 846ec85 commit ed27b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --all-features
- run: cargo clippy --no-default-features
- run: cargo clippy --all-features --all-targets
- run: cargo clippy --no-default-features --all-targets

rustdoc:
name: Documentation
Expand Down

0 comments on commit ed27b3e

Please sign in to comment.