]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: colour tests output
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Mar 2021 01:30:53 +0000 (02:30 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 2 Mar 2021 01:31:09 +0000 (02:31 +0100)
.github/workflows/tests.yml

index e1c259a4c3857f565be5fc6faff1840fbd836a2c..330e3c8e83e76785eb34700635c166a373bdad69 100644 (file)
@@ -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