Update CI to enforce clippy::perf
This commit is contained in:
parent
c8dffff515
commit
896761eaa9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user