diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index ef0b007..f6ec8ec 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -23,7 +23,8 @@ jobs: - name: Golangci-lint uses: golangci/golangci-lint-action@v9.2.0 with: - skip-pkg-cache: true + args: --timeout=5m + skip-cache: true - name: Run tests run: go test ./... - name: Build