From 0aaa0932b2a95166a67f81d941d2f6920bb3716e Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 16 Apr 2024 11:19:22 +0200 Subject: [PATCH] chore(ci): colorize output --- .github/workflows/unix_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index a05b5c88..1cc59a47 100644 --- a/.github/workflows/unix_build.yml +++ b/.github/workflows/unix_build.yml @@ -32,7 +32,7 @@ jobs: - name: Busted tests run: | - busted --coverage + busted --coverage --Xoutput "--color" - name: Old test suite run: |