Skip to content

Commit

Permalink
Run clippy in CI with --all-features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed May 29, 2023
1 parent bf82ab7 commit 6e0be27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
target: thumbv6m-none-eabi
components: clippy
- run: cargo clippy --workspace --examples -- -Dwarnings
- run: cargo clippy --workspace --examples --all-features -- -Dwarnings
- run: |
cd on-target-tests
cargo clippy -- -Dwarnings

0 comments on commit 6e0be27

Please sign in to comment.