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
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
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
Loading