From 218231f1f67c4be85168dc3a9e255eee77908edd Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 21 Jan 2023 01:03:04 +0900 Subject: [PATCH] test --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7178b941..4c7c5e1eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: go test (Wasm) run: | - # 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 ./... + env + env | awk -F= '{print $1}' + env GOOS=js GOARCH=wasm PSModulePath='' go test -shuffle=on -v ./... + env GOOS=js GOARCH=wasm EBITENGINE_OPENGL=webgl1 PSModulePath='' go test -shuffle=on -v ./...