From 9e6c79bf40af2906db8d9ef9ff6061ba60d6de91 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: