From 7106ffdda6f05daa71ea23b8ed0fe79b6c9770d4 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:17:46 -0400 Subject: [PATCH] ci(pytest): add colored output --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a81a73b..3ec2e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,7 @@ jobs: -rxXs \ --tb=native \ --verbose \ + --color=yes \ --cov=src \ tests