Skip to content

Commit b50791b

Browse files
committed
add mysql password
1 parent 396ae1c commit b50791b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
POSTGRES_DB: async_sqlx_session_tests
1212
PG_TEST_DB_URL: postgres://postgres:postgres@localhost/async_sqlx_session_tests
1313
MYSQL_DB: async_sqlx_session_tests
14-
MYSQL_TEST_DB_URL: mysql://root@localhost/async_sqlx_session_tests
14+
MYSQL_TEST_DB_URL: mysql://root:root@localhost/async_sqlx_session_tests
1515

1616
jobs:
1717
build_and_test:

0 commit comments

Comments
 (0)