Any warning is treated as an error
This commit is contained in:
parent
877fc196af
commit
84a5cfa2e3
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