We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbbf77 commit 3db4149Copy full SHA for 3db4149
Makefile
@@ -23,13 +23,13 @@ lint: $(GOLANGCI_LINT)
23
test: test-go
24
test-go:
25
@ echo; echo "### $@:"
26
- GO111MODULE=on go test ./pkg/...
+ @ echo "No need to run test. Testing is done in GitHub Actions and custom Prow job."
27
28
.PHONY: test-vet
29
test: test-vet
30
test-vet:
31
32
- GO111MODULE=on go vet ./pkg/...
+ @ echo "No need to run vet. Testing is done in GitHub Actions and custom Prow job."
33
34
# see https://github.com/golangci/golangci-lint#binary-release
35
$(GOLANGCI_LINT):
0 commit comments