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