mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 05:06:37 +00:00
Remove verbose, otherwise the logs get filled with useless info
This commit is contained in:
parent
980a3e45db
commit
aeb4b4c8a5
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user