Files
rqlite/circle.yml
2016-04-24 00:04:47 -07:00

7 lines
241 B
YAML

test:
override:
- bash gofmt.sh
- go tool vet .
- case $CIRCLE_NODE_INDEX in 0) go test -timeout 60s -v ./... ;; 1) GORACE="halt_on_error=1" go test -race -timeout 120s -v ./...;; esac:
parallel: true