From ef4fd87e33f87693e63b9978f92bc4e202abaf11 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 2 Mar 2021 02:30:53 +0100 Subject: [PATCH] ci: colour tests output --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1c259a4c..330e3c8e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: - name: install tox run: pip install tox - name: run tests - run: tox -c psycopg3 -e ${{ matrix.python }} + run: tox -c psycopg3 -e ${{ matrix.python }} -- --color yes c: name: C implementation @@ -102,4 +102,4 @@ jobs: - name: install tox run: pip install tox - name: run tests - run: tox -c psycopg3_c -e ${{ matrix.python }} + run: tox -c psycopg3_c -e ${{ matrix.python }} -- --color yes -- 2.47.2