From 9718cebcfc4d49811429b1c602d5532fbb3e3120 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 13 Jan 2025 10:40:54 -0800 Subject: [PATCH] ci: `--all-features` on lints --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e916a27..69be977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,4 +120,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --all-features --all-targets -- -D warnings