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

Update .gitlab-ci.yml

parent d18eeaab
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
...@@ -5,10 +5,10 @@ build: ...@@ -5,10 +5,10 @@ build:
script: script:
- GOOS=js GOARCH=wasm go build -o xxdk.wasm - GOOS=js GOARCH=wasm go build -o xxdk.wasm
native-test: #native-test:
stage: test # stage: test
script: # script:
- go test ./... # - go test ./...
wasm-test: wasm-test:
stage: test stage: 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