Make travis run data race tests
This commit is contained in:
parent
77dd02c332
commit
aa383885c5
|
@ -5,7 +5,9 @@ go:
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install: make deps
|
install: make deps
|
||||||
script: make test
|
script:
|
||||||
|
- go test ./...
|
||||||
|
- go test -race ./...
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
flowdock:
|
flowdock:
|
||||||
|
|
Loading…
Reference in New Issue