From ed8e13b10cfe55ccefb8fa5f5f4e6235219c385a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 25 Nov 2020 22:24:08 +0100 Subject: [PATCH] Use all features for clippy, too --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b568992..b612e0e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -53,7 +53,7 @@ jobs: if: always() with: command: clippy - args: --workspace --all-targets -- -D warnings + args: --workspace --all-targets --all-features -- -D warnings audit: runs-on: ubuntu-latest