We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a382e64 commit dfeff9fCopy full SHA for dfeff9f
.github/workflows/ci.yaml
@@ -84,6 +84,7 @@ jobs:
84
run: cargo build --quiet ${{ env.USE_SYSROOT_ABI }}
85
86
- name: Test
87
+ if: matrix.os == 'ubuntu-latest' || github.event_name == 'push'
88
run: cargo test ${{ env.USE_SYSROOT_ABI }} -- --nocapture --quiet
89
90
- name: Switch to stable toolchain
0 commit comments