Skip to content

Commit

Permalink
Add the issue number to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Mar 26, 2021
1 parent 7018d9f commit 88478fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 88478fc

Please sign in to comment.