From 8fc7ccf33eda91103e55d7d0cb8f5e0348cf7ece Mon Sep 17 00:00:00 2001 From: leo <260626284+cameledev@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:50:43 +0100 Subject: [PATCH] update make test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18be754d..161ad38b 100644 --- a/Makefile +++ b/Makefile @@ -191,6 +191,7 @@ lint-pylint: ## lint back-end python sources with pylint only on changed files f test: ## run project tests @$(MAKE) test-back-parallel + @$(MAKE) test-summary .PHONY: test test-back: ## run back-end tests