mirror of https://github.com/sirupsen/logrus.git
Merge pull request #589 from sirupsen/test_subpackages
Test all subpackages too
This commit is contained in:
commit
edfd0b9f75
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue