Add go vet <..> to test.sh

Took 44 minutes
This commit is contained in:
Denis Arh
2018-07-06 10:20:41 +02:00
parent 64b7b21437
commit 2a6336ca72
+2 -1
View File
@@ -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`