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 d9af0e3 commit 9f888e8Copy full SHA for 9f888e8
.github/workflows/test.yaml
@@ -42,8 +42,8 @@ jobs:
42
- name: Build
43
run: cargo hack build --feature-powerset ${{ matrix.cargo_flags }}
44
- name: Test
45
- run: cargo test --feature-powerset --all-targets --no-fail-fast --workspace
+ run: cargo hack test --feature-powerset --all-targets --no-fail-fast --workspace
46
- name: Doc Test
47
- run: cargo test --feature-powerset --doc --no-fail-fast --workspace
+ run: cargo hack test --feature-powerset --doc --no-fail-fast --workspace
48
- name: Build Docs
49
- run: cargo doc --feature-powerset --workspace --no-deps
+ run: cargo hack doc --feature-powerset --workspace --no-deps
0 commit comments