Switching to CircleCI

pull/187/head
Emir Pasic 2 years ago
parent f871cf9f85
commit 915a2bc13e

@ -22,7 +22,7 @@ jobs:
name: Run tests
command: |
mkdir -p $TEST_RESULTS
go install gotest.tools/gotestsum@latest || go get github.com/gotestyourself/gotestsum/gotestsum
go install gotest.tools/gotestsum@latest || go get gotest.tools/gotestsum
go test -v ./... | go tool test2json > $TEST_RESULTS/test2json-output.json
gotestsum --junitfile $TEST_RESULTS/gotestsum-report.xml
- run:

Loading…
Cancel
Save