From 88478fc80f72db8b2e8242bc425d095c5f496f90 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 27 Mar 2021 05:01:34 +0900 Subject: [PATCH] Add the issue number to test.yml Updates #1550 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7dc5e0668..0653392e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +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. + # TODO: Now the tests fail on Ubuntu. Investigate and fix this. (#1550) if: ${{ matrix.os == 'macos-latest' }} run: | env GOOS=js GOARCH=wasm go test -tags=example -v ./...