mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Only run tests on linux in pull requests
This commit is contained in:
parent
a382e649ca
commit
dfeff9f40b
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user