From b1507db4d068c60c888869eda4935efae75c978c Mon Sep 17 00:00:00 2001 From: Francwa Date: Sun, 28 Dec 2025 13:24:03 +0100 Subject: [PATCH] fix: fixed test image not being built before running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6734100..2c8ab8d 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ _ci-dump-config: @echo "runner=$(RUNNER)" @echo "service_name=$(SERVICE_NAME)" -_ci-run-tests: +_ci-run-tests:build-test @echo "Running tests in Docker..." docker run --rm \ -e DEEPSEEK_API_KEY \