Skip to content

Commit 9f888e8

Browse files
committed
fix ci
1 parent d9af0e3 commit 9f888e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Build
4343
run: cargo hack build --feature-powerset ${{ matrix.cargo_flags }}
4444
- name: Test
45-
run: cargo test --feature-powerset --all-targets --no-fail-fast --workspace
45+
run: cargo hack test --feature-powerset --all-targets --no-fail-fast --workspace
4646
- name: Doc Test
47-
run: cargo test --feature-powerset --doc --no-fail-fast --workspace
47+
run: cargo hack test --feature-powerset --doc --no-fail-fast --workspace
4848
- name: Build Docs
49-
run: cargo doc --feature-powerset --workspace --no-deps
49+
run: cargo hack doc --feature-powerset --workspace --no-deps

0 commit comments

Comments
 (0)