From 07b746b1b4792f8885fe8749b22dd6242467b674 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 21 Mar 2021 15:01:42 -0400 Subject: gate digest and crypto-mac implementations behind "traits-preview" This approach was suggested by @tarcieri at https://github.com/BLAKE3-team/BLAKE3/pull/157. --- .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 464a411..2c410f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: - name: print instruction set support run: cargo run --quiet working-directory: ./tools/instruction_set_support - # Default tests plus Rayon. - - run: cargo test --features=rayon + # Default tests plus Rayon and RustCrypto trait implementations. + - run: cargo test --features=rayon,traits-preview # no_std tests. - run: cargo test --no-default-features -- cgit v1.2.3