Merge pull request #71 from wozniakjan/test-vet

Change 'make test-vet' back to call 'go vet'
This commit is contained in:
Kubernetes Prow Robot
2020-02-13 05:28:35 -08:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ test-go:
test: test-vet test: test-vet
test-vet: test-vet:
@ echo; echo "### $@:" @ 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 .PHONY: test-fmt
test: test-fmt test: test-fmt