Skip to content
Snippets Groups Projects

Draft: allow skipping WASM tests if the testing system breaks

Open Sydney Anne Erickson requested to merge Anne/CI-Skip-WASM-Option into release
+ 2
2
@@ -49,8 +49,6 @@ test:
wasm-test:
stage: test
image: $DOCKER_IMAGE
except:
- tags
script:
- export PATH=/root/go/bin:$PATH
- go mod vendor
@@ -58,6 +56,8 @@ wasm-test:
- unset SSH_PRIVATE_KEY
- unset $(env | grep '=' | awk -F= '{print $1}' | grep -v PATH | grep -v GO | grep -v HOME)
- GOOS=js GOARCH=wasm go test ./... -v
rules:
- if: $SKIP_WASM_TEST != "yes"
build:
stage: build
Loading