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

move bin

parent 141dc530
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
This commit is part of merge request !56. Comments created here will be created in the context of that merge request.
......@@ -45,6 +45,7 @@ wasm-test:
- echo > utils/utils_js.s
- env
- go install github.com/agnivade/wasmbrowsertest@latest
- 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
- env | awk -F'=' '{print $1}' | grep -v PATH | xargs -Ixxx unset xxx
- GOOS=js GOARCH=wasm go test ./indexedDb/... -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