Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml, README.md

Merged Sydney Anne Erickson requested to merge Anne/CI into release
+ 4
4
@@ -5,10 +5,10 @@ build:
script:
- GOOS=js GOARCH=wasm go build -o xxdk.wasm
native-test:
stage: test
script:
- go test ./...
#native-test:
# stage: test
# script:
# - go test ./...
wasm-test:
stage: test
Loading