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