build(Makefile): start-database for test

This commit is contained in:
Sarah Vaupel 2024-10-23 00:51:44 +02:00
parent 190836520b
commit b5b8567074

View File

@ -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 #####
############################################