From 841adda157209d6498d65a3d969b96f2fdd64300 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Tue, 2 Apr 2024 12:22:16 -0700 Subject: [PATCH] Fix windows lint CI flakiness --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 752c8ebf..cd5678e0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -260,7 +260,9 @@ jobs: mkdir -p llm/build/windows/$ARCH/stub/stub/bin/ touch llm/build/windows/$ARCH/stub/stub/bin/stub.dll if: ${{ startsWith(matrix.os, 'windows-') }} - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v4 + with: + args: --timeout 8m0s test: strategy: matrix: