We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0016f commit 238234dCopy full SHA for 238234d
Makefile
@@ -64,7 +64,7 @@ KEPLER_IMAGE ?= $(IMG_BASE)/kepler:$(VERSION)
64
ADDITIONAL_TAGS ?=
65
66
# Test parameters
67
-TEST_PKGS:= $(shell go list ./... | grep -v cmd)
+TEST_PKGS:= $(shell go list ./... | grep -vE '(cmd|testutil)')
68
COVER_PROFILE=coverage.out
69
COVER_HTML=coverage.html
70
0 commit comments