Skip to content

Commit c150ece

Browse files
authored
argon2: test zeroize feature in CI (RustCrypto#90)
1 parent 58bc6dd commit c150ece

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/argon2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
target: ${{ matrix.target }}
3737
override: true
3838
- run: cargo build --target ${{ matrix.target }} --release
39+
- run: cargo build --target ${{ matrix.target }} --release --features zeroize
3940

4041
test:
4142
runs-on: ubuntu-latest
@@ -52,3 +53,4 @@ jobs:
5253
toolchain: ${{ matrix.rust }}
5354
override: true
5455
- run: cargo test --release
56+
- run: cargo test --release --all-features

0 commit comments

Comments
 (0)