Add a test for WebGL1

This commit is contained in:
Hajime Hoshi 2020-12-15 01:01:41 +09:00
parent e5c1151cc5
commit b40a9cf7a2

View File

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