Skip to content

Commit 85ad0e3

Browse files
committed
clippy: featuree powerset, all targets
1 parent ff05fae commit 85ad0e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,5 @@ jobs:
7979
override: true
8080
- uses: Swatinem/rust-cache@v1
8181
- run: rustup component add clippy
82-
- name: clippy (all targets)
83-
run: cargo clippy --all-targets --all-features -- -D warnings
84-
- name: clippy (all targets, all features)
85-
run: cargo clippy --all-targets -- -D warnings
82+
- name: clippy (all targets, feature powerset)
83+
run: cargo hack clippy --all-targets --feature-powerset -- -D warnings

0 commit comments

Comments
 (0)