From 33c4c282c164db34a89cad00faf6423ab27e97d9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 24 May 2024 20:54:19 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f09f81..0233ed0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,7 @@ jobs: - name: golangci-lint uses: reviewdog/action-golangci-lint@v2 + if: matrix.platform == 'ubuntu-latest' with: workdir: test go_version_file: 'test/go.mod'