diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 31ff3e2..845128b 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -17,4 +17,6 @@ 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