diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5ccaf50..dad99b43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: with: name: Clippy (nightly) token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features --all-targets + args: --all-features --all-targets -- -W clippy::all fmt: name: Rustfmt