diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f521cd6..449c5c7a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: run: go build -v ./... - name: Test - run: go test -v ./... -coverprofile cover.out + run: go test -v ./... -coverprofile cover.out -timeout 30s - name: Update coverage report uses: ncruces/go-coverage-report@v0