From 8ae3e0cdea64f5e51d76a1e8be6eb74a4866bbda Mon Sep 17 00:00:00 2001 From: Gianluca <244997+Matrix86@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:07:23 +0100 Subject: [PATCH] fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 468ec8f..466986c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - needs: [lint, test] + needs: [test] steps: - name: Set up Go uses: actions/setup-go@v2