From f18e19092b2de416f67734f59e72eaf9b36ba15b Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Sun, 9 Jul 2023 19:34:37 +0300 Subject: Add tests for Zeroize --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1a88aa..e0065f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,10 @@ jobs: run: cargo run --quiet working-directory: ./tools/instruction_set_support # Default tests plus Rayon and RustCrypto trait implementations. - - run: cargo test --features=rayon,traits-preview + - run: cargo test --features=rayon,traits-preview,zeroize # Same but with only one thread in the Rayon pool. This can find deadlocks. - name: "again with RAYON_NUM_THREADS=1" - run: cargo test --features=rayon,traits-preview + run: cargo test --features=rayon,traits-preview,zeroize env: RAYON_NUM_THREADS: 1 # no_std tests. -- cgit v1.2.3