From 658aa1f9432d7aeb2aeb2a2a5897817945278930 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 27 Apr 2026 20:17:41 -0400 Subject: [PATCH] CI: display progress and stats when compiling Invidious in ci.yml matrix --- .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: