|
75 | 75 | - run: cargo check --target ${{ matrix.target }} --all-features |
76 | 76 | - run: cargo test --target ${{ matrix.target }} |
77 | 77 | - run: cargo test --target ${{ matrix.target }} --features zeroize |
| 78 | + - run: cargo test --target ${{ matrix.target }} --all-features |
78 | 79 |
|
79 | 80 | # Tests for the AVX2 backend |
80 | 81 | avx2: |
@@ -108,6 +109,7 @@ jobs: |
108 | 109 | - run: cargo check --target ${{ matrix.target }} --all-features |
109 | 110 | - run: cargo test --target ${{ matrix.target }} |
110 | 111 | - run: cargo test --target ${{ matrix.target }} --features zeroize |
| 112 | + - run: cargo test --target ${{ matrix.target }} --all-features |
111 | 113 |
|
112 | 114 | # Tests for the SSE2 backend |
113 | 115 | sse2: |
@@ -141,6 +143,7 @@ jobs: |
141 | 143 | - run: cargo check --target ${{ matrix.target }} --all-features |
142 | 144 | - run: cargo test --target ${{ matrix.target }} |
143 | 145 | - run: cargo test --target ${{ matrix.target }} --features zeroize |
| 146 | + - run: cargo test --target ${{ matrix.target }} --all-features |
144 | 147 |
|
145 | 148 | # Tests for the portable software backend |
146 | 149 | soft: |
@@ -174,6 +177,7 @@ jobs: |
174 | 177 | - run: cargo check --target ${{ matrix.target }} --all-features |
175 | 178 | - run: cargo test --target ${{ matrix.target }} |
176 | 179 | - run: cargo test --target ${{ matrix.target }} --features zeroize |
| 180 | + - run: cargo test --target ${{ matrix.target }} --all-features |
177 | 181 |
|
178 | 182 | # Cross-compiled tests |
179 | 183 | cross: |
|
0 commit comments