Skip to content

Commit dfeff9f

Browse files
committed
Only run tests on linux in pull requests
1 parent a382e64 commit dfeff9f

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)