aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-28 19:46:04 -0400
committerJack O'Connor <[email protected]>2020-03-28 19:51:54 -0400
commitbe4e7babee0bbe025a30f4636124a0a3e0066fe4 (patch)
tree94873ca3ae32f25720aaaa8f2f1eaca5588b9934 /.github
parentf77c8ffd7cb3261ebe5d8ddc97a6cc04488721a7 (diff)
print instruction set support quietly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 34e3be3..375d2f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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.