From 93105aa81a2a35db51a64181466ae26e9cf3be9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET?= Date: Fri, 26 Jul 2024 13:55:19 +0200 Subject: [PATCH] chore: fix automated build actions so it doesn't run the tests in the "build" job --- .forgejo/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/tests.yaml b/.forgejo/workflows/tests.yaml index e71b24d..9540f0e 100644 --- a/.forgejo/workflows/tests.yaml +++ b/.forgejo/workflows/tests.yaml @@ -60,6 +60,6 @@ jobs: go.sum tools/go.sum - - name: Run tests + name: Build binaries run: | - make test + make build