This commit is contained in:
Dave Clendenan 2016-11-29 09:46:00 -08:00
commit 962ceebd51
1 changed files with 2 additions and 3 deletions

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 ./...