From c4e9a058aff9204fc6a4bf473de4979ddedfbee3 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 5 Apr 2024 22:12:49 +0100 Subject: [PATCH] Adjust test command to target src dir --- .gitea/workflows/go-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 462866e..27556d6 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -17,4 +17,4 @@ jobs: go-version: '1.21' - name: Run tests - run: go test ./... \ No newline at end of file + run: go test ./src/... \ No newline at end of file