diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e86bb3ffa..79108fc19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: with: name: Clippy (nightly) token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features --all-targets + args: --all-features --all-targets -- -W clippy::all codecov: name: Code coverage