We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abde377 commit d475555Copy full SHA for d475555
.github/workflows/ci.yml
@@ -74,14 +74,14 @@ jobs:
74
if: matrix.target != 'wasm32-unknown-unknown'
75
76
- name: download test resources
77
- if: matrix.os == 'macos-14'
+ if: matrix.os != 'macos-14'
78
run: |
79
bash ./build.bash download-assets
80
81
- name: test
82
+ if: matrix.os != 'macos-14' && matrix.target != 'wasm32-unknown-unknown'
83
84
cargo +1.76 nextest run --target ${{ matrix.target }} --cargo-profile ci --no-fail-fast
- if: matrix.target != 'wasm32-unknown-unknown'
85
86
- uses: actions/upload-artifact@v4
87
# always run
0 commit comments