Skip to content

Commit

Permalink
Run CI tests with race detector
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Jan 9, 2016
1 parent a749d98 commit ffdd86e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ install:
- go get ./...

script:
- go test ./...
- go test -race -timeout=60s ./...

env:
- GOMAXPROCS=4 GORACE="halt_on_error=1"

0 comments on commit ffdd86e

Please sign in to comment.