summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinitard <solo@softwareag.com>2022-07-21 18:08:06 +0100
committerinitard <solo@softwareag.com>2022-07-21 20:59:59 +0100
commit83b71f09f0a3f847e9b74632074bd5f60e62b1f0 (patch)
treebfa2500afb4c10d66c83d2181d47d220b91456ef
parente0be0c3253f7f28cded992b24f893c637f434978 (diff)
run clippy with --all-features
Signed-off-by: initard <solo@softwareag.com>
-rw-r--r--.github/workflows/pull-request-checks.yml1
1 files changed, 1 insertions, 0 deletions
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