]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
test: add async driver to sqlalchemy pipeline
authorFederico Caselli <cfederico87@gmail.com>
Mon, 18 Dec 2023 20:31:22 +0000 (21:31 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Dec 2023 10:42:52 +0000 (11:42 +0100)
.github/workflows/3rd-party-tests.yml

index 2b14f28a6e7307037bd5378914054cc4969aed5a..bb4c9b90cf72ad1aa16e721a4d727f4100d93cc5 100644 (file)
@@ -110,7 +110,7 @@ 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 --color=yes
+        run: pytest -n 2 -q --dburi $URL --backend-only --dropfirst --color=yes --dbdriver psycopg_async
 
   django:
     # linux should be enough to test if everything works.