Skip to content

Commit 6d0fa62

Browse files
committed
Skip the WASM build
1 parent 6051098 commit 6d0fa62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wasm.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: build
3131
run: |
3232
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
33-
- name: test
34-
run: |
35-
swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
33+
continue-on-error: true # See https://github.com/swiftwasm/swift/issues/5592
34+
# - name: test
35+
# run: |
36+
# swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}

0 commit comments

Comments
 (0)