From a9183e660e75c45caddf91179e4edc6a720f6ac3 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 23 Sep 2022 17:13:04 -0400 Subject: [PATCH] WIP: chore: add `cargo clippy --all-targets` to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b0533b9ab3..1ef03ad90d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: strategy: fail-fast: false matrix: + # TODO: check `cargo clippy --all-targets` include: # Windows - name: Windows x86_64