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