mirror of https://github.com/telemt/telemt.git
use -W warnings for clippy
This commit is contained in:
parent
cb3d32cc89
commit
9886c9a8e7
|
|
@ -45,10 +45,10 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
# -D warnings commented out because of active development of telemt
|
# clippy commented out because of active development of telemt
|
||||||
# and many warnings
|
# and many warnings
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: cargo clippy # -- -D warnings
|
run: cargo clippy -- -W warnings
|
||||||
|
|
||||||
- name: Check for unused dependencies
|
- name: Check for unused dependencies
|
||||||
run: cargo udeps || true
|
run: cargo udeps || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue