Skip to content

Commit 1ca0182

Browse files
committed
Fix some file path after rebase
1 parent 84f9291 commit 1ca0182

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,29 +73,35 @@ environment:
7373
backend: postgres
7474
PG_DATABASE_URL: postgres://postgres:Password12!@localhost/diesel_test
7575
PG_EXAMPLE_DATABASE_URL: postgres://postgres:Password12!@localhost/diesel_example
76+
DATABASE_URL: postgres://postgres:Password12!@localhost/diesel_test
7677
- target: x86_64-pc-windows-msvc
7778
backend: sqlite
7879
SQLITE_DATABASE_URL: test.db
80+
DATABASE_URL: test.db
7981
- target: x86_64-pc-windows-msvc
8082
backend: mysql
8183
MYSQL_DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_test
8284
MYSQL_EXAMPLE_DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_example
8385
MYSQL_UNIT_TEST_DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_unit_test
86+
DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_test
8487
# Neither mysql_config or pkg-config work for this on Windows
8588
MYSQLCLIENT_LIB_DIR: C:\Program Files\MySQL\MySQL Server 5.7\lib
8689
RUST_TEST_THREADS: 1
8790
- target: x86_64-pc-windows-gnu
8891
backend: postgres
8992
PG_DATABASE_URL: postgres://postgres:Password12!@localhost/diesel_test
93+
DATABASE_URL: postgres://postgres:Password12!@localhost/diesel_test
9094
RUST_TEST_THREADS: 1
9195
- target: x86_64-pc-windows-gnu
9296
backend: sqlite
9397
SQLITE_DATABASE_URL: test.db
98+
DATABASE_URL: test.db
9499
- target: x86_64-pc-windows-gnu
95100
backend: mysql
96101
MYSQL_DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_test
97102
MYSQL_EXAMPLE_DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_example
98103
MYSQL_UNIT_TEST_DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_unit_test
104+
DATABASE_URL: mysql://root:Password12!@localhost:3306/diesel_test
99105
# Neither mysql_config or pkg-config work for this on Windows
100106
MYSQLCLIENT_LIB_DIR: C:\Program Files\MySQL\MySQL Server 5.7\lib
101107
RUST_TEST_THREADS: 1

0 commit comments

Comments
 (0)