File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
toolchain : ${{ matrix.rust }}
38
38
targets : ${{ matrix.target }}
39
- - run : cargo build --no-default-features --target ${{ matrix.target }}
40
- - run : cargo build --no-default-features --target ${{ matrix.target }} --features alloc
41
- - run : cargo build --no-default-features --target ${{ matrix.target }} --features bytemuck
42
- - run : cargo build --no-default-features --target ${{ matrix.target }} --features extra-sizes
43
- - run : cargo build --no-default-features --target ${{ matrix.target }} --features serde
44
- - run : cargo build --no-default-features --target ${{ matrix.target }} --features subtle
45
- - run : cargo build --no-default-features --target ${{ matrix.target }} --features zeroize
46
- - run : cargo build --no-default-features --target ${{ matrix.target }} --all-features
39
+ - uses : RustCrypto/actions/cargo-hack-install@master
40
+ - run : cargo hack build --target ${{ matrix.target }} --feature-powerset
47
41
48
42
careful :
49
43
runs-on : ubuntu-latest
@@ -110,10 +104,5 @@ jobs:
110
104
- uses : dtolnay/rust-toolchain@master
111
105
with :
112
106
toolchain : ${{ matrix.toolchain }}
113
- - run : cargo test
114
- - run : cargo test --features alloc
115
- - run : cargo test --features bytemuck
116
- - run : cargo test --features extra-sizes
117
- - run : cargo test --features serde
118
- - run : cargo test --features zeroize
119
- - run : cargo test --all-features
107
+ - uses : RustCrypto/actions/cargo-hack-install@master
108
+ - run : cargo hack test --feature-powerset
You can’t perform that action at this time.
0 commit comments