diff --git a/Makefile b/Makefile index 9f4fb164..1615a3d5 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,10 @@ clean: rm -rf build # testing checks +.PHONY: tests +tests: check-tox helm_lint + tox + .PHONY: test-all test-all: check-tox helm_lint tox