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