From b5b8567074016d72581c8e2c5d74e6cbad8f0d94 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 23 Oct 2024 00:51:44 +0200 Subject: [PATCH] build(Makefile): start-database for test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aeee8dbbe..51a135b62 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ lint: lint-frontend lint-backend; .PHONY: test # HELP: test frontend, backend, and check internationalization -test: test-frontend test-backend i18n-check; +test: start-database test-frontend test-backend i18n-check; ##### UNIFIED FRONTEND/BACKEND TARGETS ##### ############################################