We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561fe5e commit 1c78f09Copy full SHA for 1c78f09
.github/workflows/rust.yml
@@ -21,7 +21,8 @@ jobs:
21
toolchain: ${{ matrix.rust }}
22
profile: minimal
23
default: true
24
- - run: cargo build
+ - uses: taiki-e/install-action@cargo-hack
25
+ - run: cargo hack build --feature-powerset
26
- run: cargo test --all ${{ matrix.extra-test-opts }}
27
clippy:
28
runs-on: ubuntu-latest
@@ -33,4 +34,5 @@ jobs:
33
34
toolchain: nightly
35
override: true
36
components: clippy
- - run: cargo clippy --all --all-targets -- -D warnings
37
38
+ - run: cargo hack clippy --workspace -- -D warnings
0 commit comments