mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
chore: add any to all-databases and to each db test in CI
This commit is contained in:
12
.github/workflows/sqlx.yml
vendored
12
.github/workflows/sqlx.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features sqlite,all-types,runtime-${{ matrix.runtime }}
|
||||
--features any,macros,sqlite,all-types,runtime-${{ matrix.runtime }}
|
||||
--
|
||||
--test-threads=1
|
||||
env:
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features postgres,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
--features any,postgres,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
env:
|
||||
DATABASE_URL: postgres://postgres:password@localhost:5432/sqlx
|
||||
|
||||
@@ -143,7 +143,7 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features postgres,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
--features any,postgres,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
env:
|
||||
DATABASE_URL: postgres://postgres:password@localhost:5432/sqlx?sslmode=verify-ca&sslrootcert=.%2Ftests%2Fcerts%2Fca.crt
|
||||
|
||||
@@ -178,7 +178,7 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features mysql,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
--features any,mysql,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
env:
|
||||
DATABASE_URL: mysql://root:password@localhost:3306/sqlx
|
||||
|
||||
@@ -213,7 +213,7 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features mysql,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
--features any,mysql,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
env:
|
||||
DATABASE_URL: mysql://root:password@localhost:3306/sqlx
|
||||
|
||||
@@ -248,6 +248,6 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features mssql,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
--features any,mssql,macros,all-types,runtime-${{ matrix.runtime }}
|
||||
env:
|
||||
DATABASE_URL: mssql://sa:Password123!@localhost/sqlx
|
||||
|
||||
Reference in New Issue
Block a user