chore(build): remove verbose flags from cargo
This commit is contained in:
parent
5bdf5d4084
commit
6b0bba48f9
|
@ -9,5 +9,5 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libudev-dev
|
- apt-get install -y libudev-dev
|
||||||
- cargo build --verbose --all
|
- cargo build --all
|
||||||
- cargo test --verbose --all
|
- cargo test --all
|
Loading…
Reference in New Issue