test all subpackages too

This commit is contained in:
dmathieu 2017-07-19 16:31:49 +02:00
parent fdea1df936
commit bfff600029
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ env:
install:
- go get github.com/stretchr/testify/assert
script:
- go test -race -v .
- go test -race -v ./...