Reenable the Wasm test on Ubuntu (#1565)

Closes #1550
This commit is contained in:
Hajime Hoshi 2021-04-10 21:49:25 +09:00 committed by GitHub
parent 45f10f134f
commit 7d7a0b7426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,7 @@ jobs:
- name: go test (Wasm) - name: go test (Wasm)
# TODO: Investigate times out on Windows. (#1313) # TODO: Investigate times out on Windows. (#1313)
# TODO: Now the tests fail on Ubuntu. Investigate and fix this. (#1550) if: ${{ matrix.os != 'windows-latest' }}
if: ${{ matrix.os == 'macos-latest' }}
run: | run: |
env GOOS=js GOARCH=wasm go test -tags=example -v ./... env GOOS=js GOARCH=wasm go test -tags=example -v ./...
env GOOS=js GOARCH=wasm go test -tags=example,ebitenwebgl1 -v ./... env GOOS=js GOARCH=wasm go test -tags=example,ebitenwebgl1 -v ./...