Skip to content

Commit

Permalink
Only run tests on linux in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Sep 29, 2023
1 parent a382e64 commit dfeff9f
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 dfeff9f

Please sign in to comment.