From ccc82527d34d840aeb9707da152b8abbe6e661de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Thu, 21 Aug 2025 15:17:52 +0200 Subject: [PATCH] Update testing.yaml --- .gitea/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 96c1d17..75a1d8e 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -43,4 +43,4 @@ jobs: /go_cache key: go_path-${{ steps.hash-go.outputs.hash }} - name: Run Go Test - run: make test + run: go test ./...