.PHONY: test
test:
	make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="apiserver.openshift.io/v1"
