diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 832d72c..5d0066f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,5 @@ jobs: with: components: clippy target: thumbv7em-none-eabihf - - run: cargo clippy --all-features -- --deny=warnings \ No newline at end of file + - run: cargo clippy --no-default-features --features seed_1_1 -- --deny=warnings + - run: cargo clippy --no-default-features --features seed_1_2 -- --deny=warnings \ No newline at end of file