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