Switching to CircleCI

pull/187/head
Emir Pasic 2 years ago
parent 6b76fcbc81
commit 371a50d22c

@ -23,7 +23,7 @@ jobs:
name: Run tests
command: |
mkdir -p $TEST_RESULTS
go install gotest.tools/gotestsum@latest
go install gotest.tools/gotestsum@latest || 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