Skip to content

Commit 40b36b2

Browse files
committed
update ci
1 parent e0dee91 commit 40b36b2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
mv "$(go env GOPATH)/bin/wasmbrowsertest" "$(go env GOPATH)/bin/go_js_wasm_exec"
3333
3434
- name: Run WASM Tests
35-
# ensure Chrome/Chromium is available (included in ubuntu-latest)
35+
env:
36+
WASMBROWSERTEST_CHROME_FLAGS: --no-sandbox
3637
run: GOOS=js GOARCH=wasm go test -v ./...
3738

3839
build-and-release:

0 commit comments

Comments
 (0)