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