From 730f3e6e4b112e0b979a88296d55682a72dc8667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 11 Nov 2024 08:12:08 +0100 Subject: [PATCH] chore: run lint first --- .github/workflows/ci-test-go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test-go.yml b/.github/workflows/ci-test-go.yml index a14936b9fa..bb8d83c5ec 100644 --- a/.github/workflows/ci-test-go.yml +++ b/.github/workflows/ci-test-go.yml @@ -88,6 +88,7 @@ jobs: test-go-project: name: "test: ${{ inputs.project-directory }}/${{ inputs.go-version }}" + needs: lint-go-project # Modulegen can run the tests on all platforms continue-on-error: ${{ !inputs.fail-fast }} env: