Skip to content
Snippets Groups Projects
Commit 6006e215 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Remove GO from unset

parent 7e19c46b
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!56Fix the CI/CD job
......@@ -48,7 +48,7 @@ wasm-test:
- mv ~/go/bin/go_js_wasm_exec ~/go/bin/go_js_wasm_exec.old
- ln -s ~/go/bin/wasmbrowsertest ~/go/bin/go_js_wasm_exec
- unset SSH_PRIVATE_KEY
- unset $(env | grep '=' | awk -F'=' '{print $1}' | grep -v PATH)
- unset $(env | grep '=' | awk -F'=' '{print $1}' | grep -v PATH | grep -v GO)
- GOOS=js GOARCH=wasm go test ./indexedDb/... -v
- GOOS=js GOARCH=wasm go test ./... -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment