We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c426735 commit d09f74dCopy full SHA for d09f74d
Makefile
@@ -224,7 +224,8 @@ test-unit: $(SETUP_ENVTEST) envtest-k8s-bins #HELP Run the unit tests
224
-tags '$(GO_BUILD_TAGS)' \
225
-cover -coverprofile ${ROOT_DIR}/coverage/unit.out \
226
-count=1 -race -short \
227
- $(UNIT_TEST_DIRS) \
+ -run "$(if $(TEST_FILTER),$(TEST_FILTER),.)" \
228
+ $(if $(TEST_PKG),$(TEST_PKG),$(UNIT_TEST_DIRS)) \
229
-test.gocoverdir=$(COVERAGE_UNIT_DIR)
230
231
.PHONY: image-registry
0 commit comments