update make test

This commit is contained in:
leo
2026-03-17 10:50:43 +01:00
parent d650dbc988
commit 8fc7ccf33e
+1
View File
@@ -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