diff --git a/src/template/Makefile b/src/template/Makefile index 65b78c6..e4a42cb 100644 --- a/src/template/Makefile +++ b/src/template/Makefile @@ -7,3 +7,8 @@ PROJECT_FOLDERS = bin lib tests test: @echo 'Running tests...' @$(PYTHON) -m pytest tests/unit + +.PHONY: ci-test +ci-test: + @echo 'Running tests...' + @$(PYTHON) -m pytest tests/unit