diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a7e2cc2..5c1549d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,7 +12,7 @@ env: REDIS_URL: redis://localhost:6379/1 MONGODB_URL: mongodb://localhost:27017 POSTGRES_URL: postgres://postgres:postgres@localhost:5432 - MYSQL_URL: mysql://root@localhost:3306/public + MYSQL_URL: mysql://root@127.0.0.1:3306/public jobs: check: