mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Deny warnings in CI
This commit is contained in:
parent
2eebd76a04
commit
f803616011
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
script:
|
||||
- echo "Checking codebase with Clippy release `cargo clippy --version`."
|
||||
- cargo clippy --lib --features "yaml unstable" -- -D warnings
|
||||
- cargo clippy --tests --examples --features "yaml unstable"
|
||||
- cargo clippy --tests --examples --features "yaml unstable" -- -D warnings
|
||||
- cargo fmt -- --check
|
||||
- name: Coverage
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue