Skip to content

Commit d475555

Browse files
committed
Stop testing on mac, temporarily
1 parent abde377 commit d475555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
if: matrix.target != 'wasm32-unknown-unknown'
7575

7676
- name: download test resources
77-
if: matrix.os == 'macos-14'
77+
if: matrix.os != 'macos-14'
7878
run: |
7979
bash ./build.bash download-assets
8080
8181
- name: test
82+
if: matrix.os != 'macos-14' && matrix.target != 'wasm32-unknown-unknown'
8283
run: |
8384
cargo +1.76 nextest run --target ${{ matrix.target }} --cargo-profile ci --no-fail-fast
84-
if: matrix.target != 'wasm32-unknown-unknown'
8585
8686
- uses: actions/upload-artifact@v4
8787
# always run

0 commit comments

Comments
 (0)