Skip to content

Commit

Permalink
Change 'make test-vet' to call 'go vet'
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakjan committed Feb 13, 2020
1 parent d717c8c commit fdb3218
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 fdb3218

Please sign in to comment.