From b96099001cc9976444b960035d8af697512a8d06 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 19 Aug 2022 15:39:56 +0200 Subject: [PATCH] Check clippy lints for all targets --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a057ae4..6cf14c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -174,4 +174,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: -- -D warnings --all-targets