Skip to content

Commit

Permalink
Stop testing on mac, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Mar 3, 2024
1 parent abde377 commit d475555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ jobs:
if: matrix.target != 'wasm32-unknown-unknown'

- name: download test resources
if: matrix.os == 'macos-14'
if: matrix.os != 'macos-14'
run: |
bash ./build.bash download-assets
- name: test
if: matrix.os != 'macos-14' && matrix.target != 'wasm32-unknown-unknown'
run: |
cargo +1.76 nextest run --target ${{ matrix.target }} --cargo-profile ci --no-fail-fast
if: matrix.target != 'wasm32-unknown-unknown'
- uses: actions/upload-artifact@v4
# always run
Expand Down

0 comments on commit d475555

Please sign in to comment.