mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +01:00
test
This commit is contained in:
parent
4d5261d180
commit
bd546e949c
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: go test (Wasm)
|
||||
run: |
|
||||
env
|
||||
${{ runner.os == 'Windows' && 'unset $(env | awk -F= "{print $1}" | grep -v -x -e "^(PATH|TEMP|TMP)$")' || '' }}
|
||||
# Remove a wrong environment variable
|
||||
echo "PSModulePath=" >> $GITHUB_ENV
|
||||
env GOOS=js GOARCH=wasm go test -shuffle=on -v ./...
|
||||
env GOOS=js GOARCH=wasm EBITENGINE_OPENGL=webgl1 go test -shuffle=on -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user