1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-19 04:56:08 +02:00

add more --release mode testing

This commit is contained in:
Jack O'Connor 2020-03-29 01:01:30 -04:00
parent 13556be388
commit 96c36d5df9

View File

@ -37,6 +37,7 @@ jobs:
# Test release mode. This does more iteratations in test_fuzz_hasher.
- run: cargo test --release
- run: cargo test --release --features=c
- run: cargo test --release --features=c,c_prefer_intrinsics
# Test benchmarks. RUSTC_BOOTSTRAP=1 lets this run on non-nightly toolchains.
- run: cargo test --benches --features=c
env: