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

Update .gitlab-ci.yml

parent 72a6bb59
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!2Update .gitlab-ci.yml, README.md
...@@ -9,3 +9,9 @@ native-test: ...@@ -9,3 +9,9 @@ native-test:
stage: test stage: test
script: script:
- go test ./... - go test ./...
wasm-test:
stage: test
script:
- export PATH=/root/go/bin:$PATH
- GOOS=js GOARCH=wasm go test ./...
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