Skip to content

Commit a44ee39

Browse files
committed
fix
1 parent 4e668a1 commit a44ee39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Run Tests with pytest
7575
env:
7676
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
7778
POSTGRES_USER: test_user
7879
POSTGRES_PASSWORD: test_password
7980
POSTGRES_DB: test_database

0 commit comments

Comments
 (0)