mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
4 lines
98 B
Makefile
4 lines
98 B
Makefile
|
.PHONY: test
|
||
|
test:
|
||
|
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="security.openshift.io/v1"
|