From 4974aa981556b1121e0bf20ab6aaed63973135c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Thu, 21 Aug 2025 15:20:46 +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 75a1d8e..86cdd5d 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: go test ./... + run: cd Backend && go test ./...