.github/workflows: specify -test.paniconexit0=false for browsers

Closes #3075
This commit is contained in:
Hajime Hoshi 2024-09-01 15:22:01 +09:00
parent 71370a01bd
commit 99b9cff0d0

View File

@ -171,7 +171,7 @@ jobs:
if: runner.os != 'macOS'
run: |
# Wasm tests don't work on macOS with the headless mode enabled, but the headless mode cannot be disabled in GitHub Actions (#2972).
env GOOS=js GOARCH=wasm cleanenv -remove-prefix GITHUB_ -remove-prefix JAVA_ -remove-prefix PSModulePath -remove-prefix STATS_ -remove-prefix RUNNER_ -- go test -shuffle=on -v ./...
env GOOS=js GOARCH=wasm cleanenv -remove-prefix GITHUB_ -remove-prefix JAVA_ -remove-prefix PSModulePath -remove-prefix STATS_ -remove-prefix RUNNER_ -- go test -shuffle=on -v ./... -test.paniconexit0=false
- name: Install ebitenmobile
run: |