Do not have verbose output
This commit is contained in:
parent
04dcebfbee
commit
3f8e468806
|
@ -6,5 +6,5 @@ steps:
|
||||||
image: rust:1.76-slim
|
image: rust:1.76-slim
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo build --verbose --all
|
- cargo build
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose
|
||||||
|
|
Loading…
Reference in New Issue