1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-08 23:16:15 +02:00

print instruction set support quietly

This commit is contained in:
Jack O'Connor 2020-03-28 19:46:04 -04:00
parent f77c8ffd7c
commit be4e7babee

View File

@ -25,7 +25,7 @@ jobs:
profile: minimal
override: true
# Print out instruction set support, for debugging.
- run: cargo run --bin instruction_set_support
- run: cargo run --quiet --bin instruction_set_support
# Default tests plus Rayon.
- run: cargo test --features=rayon
# no_std tests.