Skip to content

Commit 900eeb8

Browse files
committed
Fix RUSTFLAGS to run all tests
1 parent a5aa088 commit 900eeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
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
263263
# FIXME: needed to disable `ltree` tests in Postgres 9.6
264264
# but `PgLTree` should just fall back to text format
265-
RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}_client_ssl
265+
RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}
266266

267267
mysql:
268268
name: MySQL

0 commit comments

Comments
 (0)