Remove verbosity flag for less cluttered CI logs
This commit is contained in:
parent
74f58d6c06
commit
5319d20636
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ addons:
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --all --all-features --verbose -j 1
|
- cargo build --all --all-features -j 1
|
||||||
- cargo test --all --all-features --verbose -j 1
|
- cargo test --all --all-features -j 1
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue