Skip to content

Commit 2a98014

Browse files
committed
fix: remove unnecessary -d flag from docker compose command in test script
1 parent 440ea6b commit 2a98014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ DATABASE_URL='sqlite://./tests/sqlite/sqlite.db' cargo test --features any,sqlit
1313

1414
# Copy odbc config from tests/odbc.ini to ~/.odbc.ini and run ODBC tests against Postgres
1515
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
16+
docker compose -f tests/docker-compose.yml run -p 5432:5432 --name postgres_16_no_ssl postgres_16_no_ssl
1717
DATABASE_URL='DSN=SQLX_PG_5432' cargo test --no-default-features --features any,odbc,all-types,macros,runtime-tokio-rustls

0 commit comments

Comments
 (0)