mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-15 05:38:51 +00:00
4 lines
117 B
Makefile
4 lines
117 B
Makefile
.PHONY: test
|
|
test:
|
|
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="controlplane.operator.openshift.io/v1alpha1"
|