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

Update .gitlab-ci.yml, README.md

parent 1b919a06
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
image: docker-registry.xx.network/elixxir/sysadmin/backend-ci:go1.17-wasm
build:
stage: build
script:
- GOOS=js GOARCH=wasm go build -o xxdk.wasm
native-test:
stage: test
script:
- GOOS=js GOARCH=wasm go test ./...
......@@ -74,4 +74,4 @@ global.Go = class {
}
}
}
```
\ No newline at end of file
```
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