Merge pull request #589 from sirupsen/test_subpackages

Test all subpackages too
This commit is contained in:
Damien Mathieu 2017-07-19 17:47:00 +02:00 committed by GitHub
commit edfd0b9f75
1 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ env:
- GOMAXPROCS=4 GORACE=halt_on_error=1
install:
- go get github.com/stretchr/testify/assert
- go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
script:
- go test -race -v .
- go test -race -v ./...