Any warning is treated as an error
This commit is contained in:
parent
a1233d771b
commit
aab94b3f8e
1 changed files with 5 additions and 0 deletions
|
|
@ -7,3 +7,8 @@ steps:
|
|||
image: rust
|
||||
commands:
|
||||
- cargo build
|
||||
- name: Linter
|
||||
image: rust
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy -- -Dwarnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue