Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit b8587b2

Browse files
authored
Merge pull request #71 from wozniakjan/test-vet
Change 'make test-vet' back to call 'go vet'
2 parents d717c8c + fdb3218 commit b8587b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test-go:
113113
test: test-vet
114114
test-vet:
115115
@ echo; echo "### $@:"
116-
go test $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`
116+
go vet $(GOFLAGS_VENDOR) `go list $(GOFLAGS_VENDOR) ./... | grep -v vendor $(TEST_VET_FILTER_CMD)`
117117

118118
.PHONY: test-fmt
119119
test: test-fmt

0 commit comments

Comments
 (0)