Skip to content

Commit

Permalink
test: comment out test-go and test-vet
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-ding committed Oct 15, 2022
1 parent dcbbf77 commit 3db4149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ lint: $(GOLANGCI_LINT)
test: test-go
test-go:
@ echo; echo "### $@:"
GO111MODULE=on go test ./pkg/...
@ echo "No need to run test. Testing is done in GitHub Actions and custom Prow job."

.PHONY: test-vet
test: test-vet
test-vet:
@ echo; echo "### $@:"
GO111MODULE=on go vet ./pkg/...
@ echo "No need to run vet. Testing is done in GitHub Actions and custom Prow job."

# see https://github.com/golangci/golangci-lint#binary-release
$(GOLANGCI_LINT):
Expand Down

0 comments on commit 3db4149

Please sign in to comment.