chore(build): remove verbose flags from cargo

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-05-04 22:17:15 -05:00
parent 5bdf5d4084
commit 6b0bba48f9
1 changed files with 2 additions and 2 deletions

View File

@ -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