Skip to content

Commit 3db4149

Browse files
test: comment out test-go and test-vet
1 parent dcbbf77 commit 3db4149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ lint: $(GOLANGCI_LINT)
2323
test: test-go
2424
test-go:
2525
@ echo; echo "### $@:"
26-
GO111MODULE=on go test ./pkg/...
26+
@ echo "No need to run test. Testing is done in GitHub Actions and custom Prow job."
2727

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

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

0 commit comments

Comments
 (0)