mirror of
https://github.com/emirpasic/gods
synced 2024-11-13 19:12:07 +00:00
Switching to CircleCI
This commit is contained in:
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…
Reference in New Issue
Block a user