From 7d7a0b74264ea7a47393d6151354a7185bd2138a Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 10 Apr 2021 21:49:25 +0900 Subject: [PATCH] Reenable the Wasm test on Ubuntu (#1565) Closes #1550 --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd09f8846..63b3d89b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,8 +65,7 @@ jobs: - name: go test (Wasm) # TODO: Investigate times out on Windows. (#1313) - # TODO: Now the tests fail on Ubuntu. Investigate and fix this. (#1550) - if: ${{ matrix.os == 'macos-latest' }} + if: ${{ matrix.os != 'windows-latest' }} run: | env GOOS=js GOARCH=wasm go test -tags=example -v ./... env GOOS=js GOARCH=wasm go test -tags=example,ebitenwebgl1 -v ./...