mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
.github/workflows: filter out environment variables for Windows
This commit is contained in:
parent
b065f53a67
commit
125dc1ab8c
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -143,6 +143,7 @@ jobs:
|
||||
|
||||
- name: go test (Wasm)
|
||||
run: |
|
||||
${{ runner.os == 'Windows' && 'unset $(env | awk -F= "{print $1}" | grep -v -x -e "^(PATH|TEMP|TMP)$")' || '' }}
|
||||
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