mirror of https://github.com/sirupsen/logrus.git
test all subpackages too
This commit is contained in:
parent
fdea1df936
commit
bfff600029
|
@ -9,4 +9,4 @@ env:
|
||||||
install:
|
install:
|
||||||
- go get github.com/stretchr/testify/assert
|
- go get github.com/stretchr/testify/assert
|
||||||
script:
|
script:
|
||||||
- go test -race -v .
|
- go test -race -v ./...
|
||||||
|
|
Loading…
Reference in New Issue