mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-03-04 18:54:32 +00:00
4 lines
96 B
Makefile
Vendored
4 lines
96 B
Makefile
Vendored
.PHONY: test
|
|
test:
|
|
make -C ../../tests test GINKGO_EXTRA_ARGS=--focus="config.openshift.io/v1"
|