Skip to content

Commit 1752178

Browse files
committed
Auto merge of #15686 - Veykril:param-list-recov, r=Veykril
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.
2 parents 50678e0 + dfeff9f commit 1752178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
run: cargo build --quiet ${{ env.USE_SYSROOT_ABI }}
8585

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

8990
- name: Switch to stable toolchain

0 commit comments

Comments
 (0)