Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#71 from wozniakjan/test-vet
Browse files Browse the repository at this point in the history
Change 'make test-vet' back to call 'go vet'
  • Loading branch information
k8s-ci-robot committed Feb 13, 2020
2 parents d717c8c + fdb3218 commit b8587b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.make
Expand Up @@ -113,7 +113,7 @@ test-go:
test: test-vet
test-vet:
@ echo; echo "### $@:"
go test $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`
go vet $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`

.PHONY: test-fmt
test: test-fmt
Expand Down

0 comments on commit b8587b2

Please sign in to comment.