Skip to content
Snippets Groups Projects
Commit 653e3b68 authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge remote-tracking branch 'origin/release' into release

parents f595b6b2 88524182
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
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
artifacts:
paths:
- xxdk.wasm
#native-test:
# stage: test
# script:
# - go test ./...
wasm-test:
stage: test
script:
- export PATH=/root/go/bin:$PATH
- 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