Skip to content

Commit 56f6f37

Browse files
committed
fix(odbc): test ODBC on multiple threads
1 parent 6cfd1d8 commit 56f6f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sqlx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ jobs:
367367
odbcinst -q -s || true
368368
echo "select 1;" | isql -v SQLX_PG_5432 || true
369369
- name: Run ODBC tests (PostgreSQL DSN)
370-
run: cargo test --no-default-features --features any,odbc,macros,all-types,runtime-tokio-rustls -- --test-threads=1
370+
run: cargo test --no-default-features --features any,odbc,macros,all-types,runtime-tokio-rustls
371371
env:
372372
DATABASE_URL: DSN=SQLX_PG_5432;UID=postgres;PWD=password
373373
- name: Run ODBC tests (SQLite driver)
374-
run: cargo test --no-default-features --features any,odbc,macros,all-types,runtime-tokio-rustls -- --test-threads=1
374+
run: cargo test --no-default-features --features any,odbc,macros,all-types,runtime-tokio-rustls
375375
env:
376376
DATABASE_URL: Driver={SQLite3};Database=./tests/odbc/sqlite.db

0 commit comments

Comments
 (0)