diff --git a/.github/workflows/sha2.yml b/.github/workflows/sha2.yml index bff236159..75ae8d9a6 100644 --- a/.github/workflows/sha2.yml +++ b/.github/workflows/sha2.yml @@ -70,6 +70,7 @@ jobs: - run: cargo test --target ${{ matrix.target }} --release --no-default-features - run: cargo test --target ${{ matrix.target }} --release - run: cargo test --target ${{ matrix.target }} --release --features asm + - run: cargo test --target ${{ matrix.target }} --release --all-features # macOS tests macos: diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 46bddad2e..de9ce4cf4 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -38,4 +38,3 @@ asm = ["sha2-asm", "libc"] compress = [] # Expose compress function force-soft = [] # Force software implementation asm-aarch64 = ["asm"] # DEPRECATED: use `asm` instead -