Skip to content

Commit af53706

Browse files
committed
Fix RUSTFLAGS to run all tests
1 parent c7fcadb commit af53706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
DATABASE_URL: postgres://postgres@localhost:5432/sqlx?sslmode=verify-ca&sslrootcert=.%2Ftests%2Fcerts%2Fca.crt&sslkey=.%2Ftests%2Fkeys%2Fclient.key&sslcert=.%2Ftests%2Fcerts%2Fclient.crt
243243
# FIXME: needed to disable `ltree` tests in Postgres 9.6
244244
# but `PgLTree` should just fall back to text format
245-
RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}_client_ssl
245+
RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}
246246

247247
mysql:
248248
name: MySQL

0 commit comments

Comments
 (0)