go vet is a test step

This commit is contained in:
Jakob Borg 2014-07-12 19:33:38 +02:00
parent dbb4b67205
commit 8de2a7f4c8
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,6 @@ check() {
build() {
check
go vet ./...
godep go build $* -ldflags "$ldflags" ./cmd/syncthing
}
@ -49,6 +46,7 @@ test-cov() {
test() {
check
go vet ./...
godep go test -cpu=1,2,4 ./...
}