diff options
| author | Jack O'Connor <[email protected]> | 2020-03-28 19:46:04 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-03-28 19:51:54 -0400 |
| commit | be4e7babee0bbe025a30f4636124a0a3e0066fe4 (patch) | |
| tree | 94873ca3ae32f25720aaaa8f2f1eaca5588b9934 /.github | |
| parent | f77c8ffd7cb3261ebe5d8ddc97a6cc04488721a7 (diff) | |
print instruction set support quietly
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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. |
