Skip to content

Commit

Permalink
[DNM] Test WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 22, 2024
1 parent 7897b2b commit ebf4cb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ["6.0-SNAPSHOT-2024-09-18-a"]
swift_version: ["6.0-SNAPSHOT-2024-09-18-a", "DEVELOPMENT-SNAPSHOT-2024-09-20-a"]
os: [ubuntu-22.04]
extra_params: [""]
runs-on: ${{ matrix.os }}
env:
OPENGRAPH_WERROR: 1
Expand All @@ -26,7 +27,7 @@ jobs:
swift-version: wasm-${{ matrix.swift_version }}
- name: build
run: |
swift build --triple wasm32-unknown-wasi
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
- name: test
run: |
swift test --triple wasm32-unknown-wasi
swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}

0 comments on commit ebf4cb7

Please sign in to comment.