Treat lint warnings as errors in CI
Warnings will not show up if they don't fail CI.
This commit is contained in:
parent
e33e02457b
commit
1a000371fa
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ title "Install clippy"
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
|
|
||||||
title "Run clippy"
|
title "Run clippy"
|
||||||
cargo clippy --color always --no-deps
|
cargo clippy --color always --no-deps -- -D warnings
|
||||||
|
|
||||||
title "Done"
|
title "Done"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue