Switching to CircleCI

This commit is contained in:
Emir Pasic 2022-04-06 20:48:06 +02:00
parent 6b76fcbc81
commit 371a50d22c

View File

@ -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: