From 9795b822aee7c37b5b068d2ae405350307bc1543 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 24 Sep 2024 06:18:41 +0000 Subject: [PATCH] chore: add timeout --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8221c64..736516c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: go-version-file: "go.mod" - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" - run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh - - run: just go-lint + - run: just go-lint --timeout 10 - run: just atlas-lint test: