mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Do ' go vet' after we have fetch the repos (#1744)
Do ' go vet' after we have fetched the repos
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ coredns: $(CHECKS)
|
||||
CGO_ENABLED=0 $(SYSTEM) go build $(VERBOSE) -ldflags="-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(GITCOMMIT)" -o $(BINARY)
|
||||
|
||||
.PHONY: check
|
||||
check: presubmit linter goimports core/zplugin.go core/dnsserver/zdirectives.go godeps
|
||||
check: presubmit goimports core/zplugin.go core/dnsserver/zdirectives.go godeps linter
|
||||
|
||||
.PHONY: test
|
||||
test: check
|
||||
|
||||
Reference in New Issue
Block a user