Skip to content

Commit 1cfce42

Browse files
committed
Use --group-features arbitrary,bytemuck,serde,subtle,zeroize
Groups the optional dependencies in `test` step to improve test times. We test they all build independently of one another in the `build` step.
1 parent 23d7526 commit 1cfce42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hybrid-array.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ jobs:
105105
with:
106106
toolchain: ${{ matrix.toolchain }}
107107
- uses: RustCrypto/actions/cargo-hack-install@master
108-
- run: cargo hack test --feature-powerset --optional-deps arbitrary,bytemuck,serde,subtle,zeroize
108+
- run: cargo hack test --feature-powerset --optional-deps arbitrary,bytemuck,serde,subtle,zeroize --group-features arbitrary,bytemuck,serde,subtle,zeroize
109109
- run: cargo test --all-features --release

0 commit comments

Comments
 (0)