]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: add colors to pytest sqlalchemy run 490/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Feb 2023 10:15:55 +0000 (11:15 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Feb 2023 10:17:35 +0000 (11:17 +0100)
.github/workflows/3rd-party-tests.yml

index f1748162ac0ecce5f884f5262f3437ea58678742..ea88d9ff7b0f6c2d03bfa776b5fcb29edbb40d85 100644 (file)
@@ -109,4 +109,4 @@ jobs:
         env:
           URL: postgresql+psycopg://postgres:password@127.0.0.1/test
         working-directory: sa_home/sa
-        run: pytest -n 2 -q --dburi $URL --backend-only --dropfirst
+        run: pytest -n 2 -q --dburi $URL --backend-only --dropfirst --color=yes