diff --git a/.travis.yml b/.travis.yml index ceace13..c6e1e44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ env: install: - go get github.com/stretchr/testify/assert script: - - go test -race -v . + - go test -race -v ./...