From 8926af4e13f189aeca19e609d47be3d151cbdfd9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 2 May 2022 19:56:09 +0200 Subject: [PATCH] Also deny clippy warnings on other targets --- .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 b486142..0375c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --all-features -- -D warnings + args: --all-features --all-targets -- -D warnings