Skip to content
Snippets Groups Projects
Unverified Commit aeb4b4c8 authored by Daniel García's avatar Daniel García
Browse files

Remove verbose, otherwise the logs get filled with useless info

parent 980a3e45
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ cache: cargo
# Nothing to install
install: true
script: cargo build --verbose --all-features
script: cargo build --all-features
......@@ -13,5 +13,5 @@ steps:
cargo -V
displayName: Query rust and cargo versions
- script : cargo build --verbose --all-features
- script : cargo build --all-features
displayName: 'Build project'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment