From 41aca807587775d7e08cf4a357621b493e146399 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 Jan 2026 08:48:43 +0100 Subject: [PATCH] fix: require build and test --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25c4376..aa88d0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,9 @@ jobs: run: go test docker: - needs: test + needs: + - test + - build runs-on: ubuntu-latest permissions: contents: read