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:
|
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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user