diff options
| author | Jack O'Connor <[email protected]> | 2020-03-28 19:27:05 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-03-28 19:30:28 -0400 |
| commit | f77c8ffd7cb3261ebe5d8ddc97a6cc04488721a7 (patch) | |
| tree | 83796e14571e34463cb030ea9760cea7178a7c66 /.github | |
| parent | eb50d82f161ebfb934cf3626bc9fcada0bbc34e2 (diff) | |
print out instruction set support in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75b659f..34e3be3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: toolchain: ${{ format('{0}-{1}', matrix.channel, matrix.target.toolchain) }} profile: minimal override: true + # Print out instruction set support, for debugging. + - run: cargo run --bin instruction_set_support # Default tests plus Rayon. - run: cargo test --features=rayon # no_std tests. |
