Skip to content

Commit

Permalink
chore: wasm tests only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Sep 28, 2023
1 parent 67c3f02 commit 8b60167
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ jobs:

test-wasm:
name: Test (wasm)
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
needs:
- build-backend
steps:
Expand Down

0 comments on commit 8b60167

Please sign in to comment.