We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396ae1c commit b50791bCopy full SHA for b50791b
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ env:
11
POSTGRES_DB: async_sqlx_session_tests
12
PG_TEST_DB_URL: postgres://postgres:postgres@localhost/async_sqlx_session_tests
13
MYSQL_DB: async_sqlx_session_tests
14
- MYSQL_TEST_DB_URL: mysql://root@localhost/async_sqlx_session_tests
+ MYSQL_TEST_DB_URL: mysql://root:root@localhost/async_sqlx_session_tests
15
16
jobs:
17
build_and_test:
0 commit comments