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.
2 parents 5c5f9ef + 056f406 commit 29a13b3Copy full SHA for 29a13b3
.github/workflows/metrics.yml
@@ -61,8 +61,8 @@ jobs:
61
sudo systemctl start mysql.service
62
sudo apt-get update
63
sudo apt-get -y install libmysqlclient-dev
64
- mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'localhost';" -uroot -proot
65
- echo 'DATABASE_URL=mysql://root:root@localhost/diesel_test' >> $GITHUB_ENV
+ mysql -e "create database diesel_test; create database diesel_unit_test; grant all on \`diesel_%\`.* to 'root'@'127.0.0.1';" -uroot -proot
+ echo 'DATABASE_URL=mysql://root:root@127.0.0.1/diesel_test' >> $GITHUB_ENV
66
- name: Install rust toolchain
67
uses: dtolnay/rust-toolchain@stable
68
- name: Run Benchmarks (Postgres)
0 commit comments