Skip to content

Commit

Permalink
replace --all-features with --no-default-features and `--features…
Browse files Browse the repository at this point in the history
…`. split ci run into each features.
  • Loading branch information
Dicklessgreat committed Sep 7, 2024
1 parent 27b2227 commit d5e5033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
with:
components: clippy
target: thumbv7em-none-eabihf
- run: cargo clippy --all-features -- --deny=warnings
- run: cargo clippy --no-default-features --features seed_1_1 -- --deny=warnings
- run: cargo clippy --no-default-features --features seed_1_2 -- --deny=warnings

0 comments on commit d5e5033

Please sign in to comment.