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: ...@@ -16,8 +16,7 @@ before_script:
- export PATH=$HOME/go/bin:$PATH - export PATH=$HOME/go/bin:$PATH
stages: stages:
- wasm-test - test
- go-test
- build - build
- doc-update - doc-update
...@@ -33,14 +32,15 @@ build: ...@@ -33,14 +32,15 @@ build:
- release/ - release/
wasm-test: wasm-test:
stage: wasm-test stage: test
script: script:
- export PATH=/root/go/bin:$PATH - export PATH=/root/go/bin:$PATH
- echo > utils/utils_js.s - echo > utils/utils_js.s
- GOOS=js GOARCH=wasm go test ./indexedDb/... -v
- GOOS=js GOARCH=wasm go test ./... -v - GOOS=js GOARCH=wasm go test ./... -v
go-test: go-test:
stage: go-test stage: test
script: script:
- go mod vendor -v - go mod vendor -v
- go test ./... -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