summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinitard <alex.solomes@softwareag.com>2022-07-21 21:28:46 +0100
committerGitHub <noreply@github.com>2022-07-21 21:28:46 +0100
commitcf00c1d358f2c9ba67ca5af46fd82fb9f2cf37a6 (patch)
treebfa2500afb4c10d66c83d2181d47d220b91456ef
parente0be0c3253f7f28cded992b24f893c637f434978 (diff)
parent83b71f09f0a3f847e9b74632074bd5f60e62b1f0 (diff)
Merge pull request #1276 from initard/improvement/cargo-clippy-all-features
-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