Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 8d7dcd0

Browse files
authored
Fix aiopg tests runner hanging (#297)
1 parent 05a52cd commit 8d7dcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
run: "scripts/install"
4848
- name: "Run tests"
4949
env:
50-
TEST_DATABASE_URLS: "sqlite:///testsuite, mysql://username:password@localhost:3306/testsuite, postgresql://username:password@localhost:5432/testsuite, postgresql+aiopg://username:password@localhost:5432/testsuite"
50+
TEST_DATABASE_URLS: "sqlite:///testsuite, mysql://username:password@localhost:3306/testsuite, postgresql://username:password@localhost:5432/testsuite, postgresql+aiopg://username:password@127.0.0.1:5432/testsuite"
5151
run: "scripts/test"

0 commit comments

Comments
 (0)