Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading