Add go vet <..> to test.sh
Took 44 minutes
This commit is contained in:
@@ -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`
|
||||
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`
|
||||
|
||||
Reference in New Issue
Block a user