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

Let's look at env vars

parent b4c576ca
Branches
Tags
2 merge requests!60Revert "Fail a test to be sure it works",!56Fix the CI/CD job
...@@ -43,6 +43,7 @@ wasm-test: ...@@ -43,6 +43,7 @@ wasm-test:
script: script:
- export PATH=/root/go/bin:$PATH - export PATH=/root/go/bin:$PATH
- echo > utils/utils_js.s - echo > utils/utils_js.s
- env
- GOOS=js GOARCH=wasm go test ./indexedDb/... -v - GOOS=js GOARCH=wasm go test ./indexedDb/... -v
- GOOS=js GOARCH=wasm go test ./... -v - GOOS=js GOARCH=wasm go test ./... -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment