diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c5a0105a..4a0be74b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,7 +85,7 @@ jobs: build: name: Build for ${{ matrix.os }} runs-on: ubuntu-latest - needs: [ golangci-lint, go-test ] + needs: [ go-test ] strategy: fail-fast: false matrix: @@ -140,7 +140,7 @@ jobs: docker-image: name: Build docker image runs-on: ubuntu-latest - needs: [ golangci-lint, go-test ] + needs: [ go-test ] steps: - name: Check out code uses: actions/checkout@v3 |