chore: remove --verbose from CI build & test config
This commit is contained in:
parent
2874d290eb
commit
ce6bcd40f2
|
@ -6,5 +6,5 @@ steps:
|
|||
- name: cargo test
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
- cargo build --all
|
||||
- cargo test --all
|
Loading…
Reference in New Issue