Skip to content

Commit 9f8e218

Browse files
author
Per Goncalves da Silva
committed
Run test-operator unit tests with make test-unit
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 2396e27 commit 9f8e218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ test-ext-dev-e2e: $(OPERATOR_SDK) $(KUSTOMIZE) $(KIND) #HELP Run extension creat
227227
test/extension-developer-e2e/setup.sh $(OPERATOR_SDK) $(CONTAINER_RUNTIME) $(KUSTOMIZE) $(KIND) $(KIND_CLUSTER_NAME) $(E2E_REGISTRY_NAMESPACE)
228228
go test -count=1 -v ./test/extension-developer-e2e/...
229229

230-
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/)
230+
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/) ./testdata/images/bundles/...
231231
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
232232

233233
.PHONY: envtest-k8s-bins #HELP Uses setup-envtest to download and install the binaries required to run ENVTEST-test based locally at the project/bin directory.

0 commit comments

Comments
 (0)