diff --git a/Makefile b/Makefile index 85901b5701e..40d8905848e 100644 --- a/Makefile +++ b/Makefile @@ -451,7 +451,7 @@ install-tools: install-test-tools install-build-tools install-ci: install-test-tools install-build-tools .PHONY: test-ci -test-ci: GOTEST := $(GOTEST_QUIET) -json +test-ci: GOTEST := $(GOTEST_QUIET) test-ci: build-examples cover .PHONY: init-submodules