diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a66b6de..ee32f646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: with: go_version_file: go.mod reporter: github-pr-check + args: --timeout=5m - name: Run tests run: make ci