From ba8c12f3ea1e65776e0362c95c6f08d9aee60c04 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 27 Jan 2026 13:41:33 +0100 Subject: [PATCH] chore: remove start-database from test action --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index c68c473..f25041c 100644 --- a/Justfile +++ b/Justfile @@ -41,7 +41,7 @@ audit: mix deps.audit mix hex.audit -test *args: install-dependencies start-database +test *args: install-dependencies mix test {{args}} format: