Run tests with -race

This commit is contained in:
Ronny López
2016-01-23 10:54:36 +01:00
parent f7f79f729e
commit 6094714616
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ language: go
go:
- 1.3
- 1.4
- 1.5
- tip
install:
- go get -t ./...
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...