From 896761eaa941dc0ee19f3bfc33e3407bf7b295cf Mon Sep 17 00:00:00 2001 From: J Henry Waugh Date: Sun, 20 Sep 2020 13:11:15 -0500 Subject: [PATCH] Update CI to enforce clippy::perf --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d005821..1ffeec22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,11 +95,11 @@ jobs: with: command: fmt args: --all -- --check - - name: Run Rustfmt + - name: Run Clippy uses: actions-rs/cargo@v1 with: command: clippy - args: -- + args: --all -- -Aclippy::all -Dclippy::perf codegen_build: name: Codegen Build runs-on: ${{matrix.os}}