1
0
Fork 0

Run testing in parallel

master
Philip O'Toole 9 years ago
parent 46c92362cf
commit b6704b3290

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

Loading…
Cancel
Save