Skip to content

Commit

Permalink
Auto merge of #15686 - Veykril:param-list-recov, r=Veykril
Browse files Browse the repository at this point in the history
Only run tests on linux in pull requests

There is little gain from running them on all platforms, they should almost never fail if the linux one pass and if they do, bors will catch it still.
  • Loading branch information
bors committed Sep 29, 2023
2 parents 50678e0 + dfeff9f commit 1752178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: cargo build --quiet ${{ env.USE_SYSROOT_ABI }}

- name: Test
if: matrix.os == 'ubuntu-latest' || github.event_name == 'push'
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet

- name: Switch to stable toolchain
Expand Down

0 comments on commit 1752178

Please sign in to comment.