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

Update .gitlab-ci.yml

parent abb600fc
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -16,8 +16,7 @@ before_script:
- export PATH=$HOME/go/bin:$PATH
stages:
- wasm-test
- go-test
- test
- build
- doc-update
......@@ -33,14 +32,15 @@ build:
- release/
wasm-test:
stage: wasm-test
stage: test
script:
- export PATH=/root/go/bin:$PATH
- echo > utils/utils_js.s
- GOOS=js GOARCH=wasm go test ./indexedDb/... -v
- GOOS=js GOARCH=wasm go test ./... -v
go-test:
stage: go-test
stage: test
script:
- go mod vendor -v
- go test ./... -v
......
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