diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74028e399..7dc5e0668 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,9 @@ jobs: go test -tags=example -v ./... - name: go test (Wasm) - if: ${{ matrix.os != 'windows-latest' }} # 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. + if: ${{ matrix.os == 'macos-latest' }} run: | env GOOS=js GOARCH=wasm go test -tags=example -v ./... env GOOS=js GOARCH=wasm go test -tags=example,ebitenwebgl1 -v ./...