mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-16 16:37:03 +00:00
ci: clippy don't treat warnings as errors
Too noisy, can enable later
This commit is contained in:
parent
14aaf696d3
commit
a0d35de625
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -37,4 +37,6 @@ jobs:
|
||||
- name: cargo fmt
|
||||
run: cargo fmt --all -- --check
|
||||
- name: cargo clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
run: cargo clippy
|
||||
# Currently not treating warnings as error, too noisy
|
||||
# -- -D warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user