diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6ea20621ba..f803f13d8b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -90,14 +90,6 @@ jobs: command: test args: --workspace -- --ignored - - name: Annotate with clippy checks - if: contains(matrix.os, 'ubuntu') - uses: actions-rs/clippy-check@v1 - continue-on-error: true - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --workspace - - name: Clippy uses: actions-rs/cargo@v1 with: