Skip to content

Commit

Permalink
Add asyncpg driver url to test-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Sep 24, 2021
1 parent 262abe1 commit 9132b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
run: "scripts/install"
- name: "Run tests"
env:
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"
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,postgresql+asyncpg://username:password@localhost:5432/testsuite"
run: "scripts/test"

0 comments on commit 9132b44

Please sign in to comment.