From 32e89fc089936643c5319371cb7e6970ba890ca1 Mon Sep 17 00:00:00 2001 From: macoto1995 Date: Thu, 26 Oct 2023 10:23:29 +0900 Subject: [PATCH] action-golangci-lint timeout 5m --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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