From e00c15146c664f031f05b74485069510c7edaa17 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 19 Nov 2024 21:35:39 +0000 Subject: [PATCH] fix(ci): remove forced color from github action. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b56d69c6..911bd402 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ check: .PHONY: bats bats: - @bats --pretty --print-output-on-failure tests/bats/ + @bats --timing --print-output-on-failure tests/bats/ .PHONY: manual manual: