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.
1 parent 440ea6b commit 2a98014Copy full SHA for 2a98014
test.sh
@@ -13,5 +13,5 @@ DATABASE_URL='sqlite://./tests/sqlite/sqlite.db' cargo test --features any,sqlit
13
14
# Copy odbc config from tests/odbc.ini to ~/.odbc.ini and run ODBC tests against Postgres
15
cp tests/odbc.ini ~/.odbc.ini
16
-docker compose -f tests/docker-compose.yml run -d -p 5432:5432 --name postgres_16_no_ssl postgres_16_no_ssl
+docker compose -f tests/docker-compose.yml run -p 5432:5432 --name postgres_16_no_ssl postgres_16_no_ssl
17
DATABASE_URL='DSN=SQLX_PG_5432' cargo test --no-default-features --features any,odbc,all-types,macros,runtime-tokio-rustls
0 commit comments