File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 37
37
toolchain : ${{ matrix.rust }}
38
38
targets : ${{ matrix.target }}
39
39
- run : cargo build --no-default-features --target ${{ matrix.target }}
40
+ - run : cargo build --no-default-features --target ${{ matrix.target }} --features bytemuck
40
41
- run : cargo build --no-default-features --target ${{ matrix.target }} --features extra-sizes
41
42
- run : cargo build --no-default-features --target ${{ matrix.target }} --features serde
43
+ - run : cargo build --no-default-features --target ${{ matrix.target }} --features zeroize
44
+ - run : cargo build --no-default-features --target ${{ matrix.target }} --all-features
42
45
43
46
careful :
44
47
runs-on : ubuntu-latest
@@ -106,5 +109,8 @@ jobs:
106
109
with :
107
110
toolchain : ${{ matrix.toolchain }}
108
111
- run : cargo test
112
+ - run : cargo test --features bytemuck
113
+ - run : cargo test --features extra-sizes
109
114
- run : cargo test --features serde
115
+ - run : cargo test --features zeroize
110
116
- run : cargo test --all-features
You can’t perform that action at this time.
0 commit comments