diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 03c59ef..462866e 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: cd ./src && go test ./.. \ No newline at end of file + run: go test ./... \ No newline at end of file