diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79816d6..3746f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: ci: if: ${{ success() }} # all new jobs must be added to this list - needs: [check, fmt, clippy] + needs: [check, fmt] # , clippy runs-on: ubuntu-latest steps: - name: CI succeeded