CI: display progress and stats when compiling Invidious in ci.yml matrix

This commit is contained in:
Fijxu 2026-04-27 20:17:41 -04:00
parent fd313e0107
commit 658aa1f943
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -82,7 +82,7 @@ jobs:
run: crystal spec
- name: Build
run: crystal build --warnings all --error-on-warnings --error-trace src/invidious.cr
run: crystal build --warnings all --error-on-warnings --stats --time --progress --error-trace src/invidious.cr
build-docker:
strategy: