ci: use -silent in more jobs that produce a lot of OK lines normally (for test-cleancode, test-self, build-examples, build-tools)

This commit is contained in:
Delyan Angelov 2025-02-24 11:07:28 +02:00
parent f83c8bf478
commit 8241f22116
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
11 changed files with 78 additions and 82 deletions

View file

@ -24,7 +24,7 @@ The code is available [here](./code/blog).
### Installing V
```
wget https://github.com/vlang/v/releases/latest/download/v_linux.zip
wget --quiet https://github.com/vlang/v/releases/latest/download/v_linux.zip
unzip v_linux.zip
cd v
sudo ./v symlink
@ -423,4 +423,4 @@ Without this flag mbedtls will be embedded, and the binary size will increase to
### To be continued...
For an example of a more sophisticated web app written in V, check out Vorum: https://github.com/vlang/vorum
For an example of a more sophisticated web app written in V, check out Vorum: https://github.com/vlang/vorum