From 73babcd35457c58a0d5439898c59e383ca338b49 Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sun, 8 Oct 2023 20:31:19 +0300 Subject: [PATCH] fix: [#8] testing not docker-compose tests --- src/template/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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