chore: remove --verbose from CI build & test config

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-03-01 22:06:23 -06:00
parent 2874d290eb
commit ce6bcd40f2
1 changed files with 2 additions and 2 deletions

View File

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