From c813ba62d4fc52c00defb42e2d30cfcf0b8d3f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Thu, 21 Aug 2025 08:01:17 +0200 Subject: [PATCH] Update testing.yaml --- .gitea/workflows/testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 6a318b3..4db6fa5 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -22,6 +22,7 @@ jobs: ${{ runner.os }}-go- - name: Run tests + shell: sh run: | go mod tidy go test ./... -v