We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6051098 commit 6d0fa62Copy full SHA for 6d0fa62
.github/workflows/wasm.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: build
31
run: |
32
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
33
- - name: test
34
- run: |
35
- swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
+ continue-on-error: true # See https://github.com/swiftwasm/swift/issues/5592
+ # - name: test
+ # run: |
36
+ # swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
0 commit comments