mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
parent
45f10f134f
commit
7d7a0b7426
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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 ./...
|
||||
|
Loading…
Reference in New Issue
Block a user