diff --git a/test.sh b/test.sh index 7812accf7..cc5c30f46 100755 --- a/test.sh +++ b/test.sh @@ -5,4 +5,5 @@ set -u PKG=github.com/crusttech/crust -go test `cd ${GOPATH}/src/; find ${PKG} -type f -name '*_test.go' -and -not -path '*vendor*'|xargs -n1 dirname|uniq` \ No newline at end of file +go vet `cd ${GOPATH}/src/; find ${PKG} -type f -name '*.go' -and -not -path '*vendor*'|xargs -n1 dirname|uniq` +go test `cd ${GOPATH}/src/; find ${PKG} -type f -name '*_test.go' -and -not -path '*vendor*'|xargs -n1 dirname|uniq`