mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Run clippy in CI
This commit is contained in:
parent
f0230d1ae5
commit
efeddaa11c
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Install
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
components: rustfmt
|
||||
components: rustfmt, clippy
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
@ -34,3 +34,8 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
args: --release --all
|
||||
|
||||
- name: Clippy
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
|
Loading…
Reference in New Issue
Block a user