1
0
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:
Roman Zeyde 2020-11-13 23:08:35 +02:00
parent f0230d1ae5
commit efeddaa11c
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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