mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-12 04:08:25 +00:00
4 lines
106 B
Makefile
4 lines
106 B
Makefile
.PHONY: test
|
|
test:
|
|
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="samples.operator.openshift.io/v1"
|