Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml, README.md

Merged Sydney Anne Erickson requested to merge Anne/CI into release
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -9,3 +9,9 @@ native-test:
stage: test
script:
- go test ./...
wasm-test:
stage: test
script:
- export PATH=/root/go/bin:$PATH
- GOOS=js GOARCH=wasm go test ./...
Loading