Try setting ENV
This commit is contained in:
parent
fbc26cd6dc
commit
bc7264587c
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -47,6 +47,8 @@ jobs:
|
|||||||
sqlite:
|
sqlite:
|
||||||
name: SQLite
|
name: SQLite
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
env:
|
||||||
|
DATABASE_URL: "sqlite::memory:"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# runtime: [async-std-native-tls, async-std-rustls, actix-native-tls, actix-rustls, tokio-native-tls, tokio-rustls]
|
# runtime: [async-std-native-tls, async-std-rustls, actix-native-tls, actix-rustls, tokio-native-tls, tokio-rustls]
|
||||||
@ -79,6 +81,8 @@ jobs:
|
|||||||
mysql:
|
mysql:
|
||||||
name: MySQL
|
name: MySQL
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
env:
|
||||||
|
DATABASE_URL: "mysql://root:@localhost"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# version: [8.0, 5.7, 5.6]
|
# version: [8.0, 5.7, 5.6]
|
||||||
@ -130,6 +134,8 @@ jobs:
|
|||||||
mariadb:
|
mariadb:
|
||||||
name: MariaDB
|
name: MariaDB
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
env:
|
||||||
|
DATABASE_URL: "mysql://root:@localhost"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# version: [10.6, 10.5, 10.4, 10.3, 10.2]
|
# version: [10.6, 10.5, 10.4, 10.3, 10.2]
|
||||||
@ -181,6 +187,8 @@ jobs:
|
|||||||
postgres:
|
postgres:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
env:
|
||||||
|
DATABASE_URL: "postgres://root:root@localhost"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# version: [13.3, 12.7, 11.12, 10.17, 9.6.22]
|
# version: [13.3, 12.7, 11.12, 10.17, 9.6.22]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user