From afea61bb8f1aa74f107f82cb69b999a235c5858f Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 28 Apr 2026 06:42:45 -0400 Subject: [PATCH] CI: display progress and stats when compiling Invidious in ci.yml matrix (#5696) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5e728736..5fb5558a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: