From 78a8407f1132ecd2e5bcbf6ceef7bfe97b6158d5 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 5 Apr 2024 22:17:23 +0100 Subject: [PATCH] Try again to fix the test command! --- .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 54a87c3..1b27aab 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -19,4 +19,4 @@ jobs: go-version: '1.21' - name: Run tests - run: go test ./src/... \ No newline at end of file + run: cd ./src && go test ./... \ No newline at end of file