Update CI to enforce clippy::perf

This commit is contained in:
J Henry Waugh 2020-09-20 13:11:15 -05:00
parent c8dffff515
commit 896761eaa9

View File

@ -95,11 +95,11 @@ jobs:
with: with:
command: fmt command: fmt
args: --all -- --check args: --all -- --check
- name: Run Rustfmt - name: Run Clippy
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: clippy command: clippy
args: -- args: --all -- -Aclippy::all -Dclippy::perf
codegen_build: codegen_build:
name: Codegen Build name: Codegen Build
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}