.PHONY: test
test:
	make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="helm.openshift.io/v1beta1"
