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.
2 parents 978216a + 3463e0e commit f660352Copy full SHA for f660352
Makefile
@@ -147,9 +147,15 @@ kubebuilder_assets: $(SETUP_ENVTEST)
147
148
.PHONY: test
149
TEST_PATHS ?= ./...
150
-test: $(ARTIFACTS) $(GOTESTSUM) kubebuilder_assets
+test: test-capo test-orc
151
+
152
+.PHONY: test-capo
153
+test-capo: $(ARTIFACTS) $(GOTESTSUM) kubebuilder_assets
154
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" $(GOTESTSUM) --junitfile $(ARTIFACTS)/junit.test.xml --junitfile-hide-empty-pkg --jsonfile $(ARTIFACTS)/test-output.log -- \
155
-v $(TEST_PATHS) $(TEST_ARGS)
156
157
+.PHONY: test-orc
158
+test-orc:
159
$(MAKE) -C $(REPO_ROOT)/orc test
160
161
E2E_TEMPLATES_DIR=test/e2e/data/infrastructure-openstack
0 commit comments