diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index 0c913b1..31ff3e2 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.21 + 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