From bd546e949c488ae7a6bd3082014ad564202104c4 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 21 Jan 2023 00:10:44 +0900 Subject: [PATCH] test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5a94ad4b..c7178b941 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 ./...