We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d717c8c commit fdb3218Copy full SHA for fdb3218
build.make
@@ -113,7 +113,7 @@ test-go:
113
test: test-vet
114
test-vet:
115
@ echo; echo "### $@:"
116
- 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)`
117
118
.PHONY: test-fmt
119
test: test-fmt
0 commit comments