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 4feb93a commit 8b07b3fCopy full SHA for 8b07b3f
Makefile
@@ -211,7 +211,8 @@ test-unit: $(SETUP_ENVTEST) envtest-k8s-bins #HELP Run the unit tests
211
-tags '$(GO_BUILD_TAGS)' \
212
-cover -coverprofile ${ROOT_DIR}/coverage/unit.out \
213
-count=1 -race -short \
214
- $(UNIT_TEST_DIRS) \
+ -run "$(if $(TEST_FILTER),$(TEST_FILTER),.)" \
215
+ $(if $(TEST_PKG),$(TEST_PKG),$(UNIT_TEST_DIRS)) \
216
-test.gocoverdir=$(COVERAGE_UNIT_DIR)
217
218
.PHONY: image-registry
0 commit comments