From 83b71f09f0a3f847e9b74632074bd5f60e62b1f0 Mon Sep 17 00:00:00 2001 From: initard Date: Thu, 21 Jul 2022 18:08:06 +0100 Subject: run clippy with --all-features Signed-off-by: initard --- .github/workflows/pull-request-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 95141bfa..6a5abbab 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -163,6 +163,7 @@ jobs: with: toolchain: 1.58.1 command: clippy + args: --all-features cargo-audit: name: Run cargo audit -- cgit v1.2.3