Skip to content
Snippets Groups Projects
Commit 2c68b2aa authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Merge branch 'anne/ci-fix-3392' into 'release'

Do not supress error returns from WASM test

See merge request !107
parents e5e1062e 6321353f
No related branches found
No related tags found
2 merge requests!107Do not supress error returns from WASM test,!67fix for latest client release
......@@ -43,7 +43,7 @@ wasm-test:
- unset SSH_PRIVATE_KEY
- unset $(env | grep '=' | awk -F= '{print $1}' | grep -v PATH | grep -v GO | grep -v HOME)
- echo "WASM TESTS DISABLED FOR XX-4522, but will run them just so you can see output"
- GOOS=js GOARCH=wasm go test ./... -v || true
- GOOS=js GOARCH=wasm go test ./... -v
build:
stage: build
......
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