We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e668a1 commit a44ee39Copy full SHA for a44ee39
.github/workflows/test.yml
@@ -74,6 +74,7 @@ jobs:
74
- name: Run Tests with pytest
75
env:
76
DATABASE_URL: postgresql://test_user:test_password@localhost:5432/test_database
77
+ DATABASE_ASYNC_URL: postgresql+asyncpg://test_user:test_password@localhost:5432/test_database
78
POSTGRES_USER: test_user
79
POSTGRES_PASSWORD: test_password
80
POSTGRES_DB: test_database
0 commit comments