mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Add a test for WebGL1
This commit is contained in:
parent
e5c1151cc5
commit
b40a9cf7a2
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -61,3 +61,4 @@ jobs:
|
||||
if: ${{ matrix.os != 'windows-latest' }} # TODO: Investigate times out on Windows. (#1313)
|
||||
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