From: Daniele Varrazzo Date: Tue, 2 Mar 2021 01:30:53 +0000 (+0100) Subject: ci: colour tests output X-Git-Tag: 3.0.dev0~94^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef4fd87e33f87693e63b9978f92bc4e202abaf11;p=thirdparty%2Fpsycopg.git ci: colour tests output --- 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