File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3737 toolchain : ${{ matrix.rust }}
3838 targets : ${{ matrix.target }}
3939 - run : cargo build --no-default-features --target ${{ matrix.target }}
40+ - run : cargo build --no-default-features --target ${{ matrix.target }} --features bytemuck
4041 - run : cargo build --no-default-features --target ${{ matrix.target }} --features extra-sizes
4142 - 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
4245
4346 careful :
4447 runs-on : ubuntu-latest
@@ -106,5 +109,8 @@ jobs:
106109 with :
107110 toolchain : ${{ matrix.toolchain }}
108111 - run : cargo test
112+ - run : cargo test --features bytemuck
113+ - run : cargo test --features extra-sizes
109114 - run : cargo test --features serde
115+ - run : cargo test --features zeroize
110116 - run : cargo test --all-features
You can’t perform that action at this time.
0 commit comments