split cover & race for accurate line numbers

This commit is contained in:
Naitik Shah 2014-07-10 23:14:31 -07:00
parent 39959e963b
commit 5369e5af9d

View File

@ -20,4 +20,5 @@ install:
script:
- go vet ./...
- $HOME/gopath/bin/golint .
- go test -cpu=2 -race -cover -v ./...
- go test -cpu=2 -race -v ./...
- go test -cpu=2 -covermode=atomic ./...