Do not have verbose output

This commit is contained in:
projectmoon 2024-03-21 15:23:12 +01:00
parent 04dcebfbee
commit 3f8e468806
1 changed files with 2 additions and 2 deletions

View File

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