This commit is contained in:
Dave Clendenan
2016-11-29 09:46:00 -08:00
+2 -3
View File
@@ -4,6 +4,5 @@ go:
- 1.7
- tip
install:
- go get -t $(go list ./... | grep -v /examples/)
script:
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v $(go list ./... | grep -v /examples/)
- go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...