Add the issue number to test.yml

Updates #1550
This commit is contained in:
Hajime Hoshi 2021-03-27 05:01:34 +09:00
parent 7018d9f6d1
commit 88478fc80f

View File

@ -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 ./...