From 1e906959176376afe6ab26f8d879ded99b13ce7b Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sat, 28 Mar 2020 17:17:31 +0300 Subject: [PATCH] Fix CI --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 134bc59..3896ae0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,7 +47,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - needs: [lint, test] + needs: [lint] steps: - name: Set up Go uses: actions/setup-go@v1