We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fcadb commit af53706Copy full SHA for af53706
.github/workflows/sqlx.yml
@@ -242,7 +242,7 @@ jobs:
242
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
243
# FIXME: needed to disable `ltree` tests in Postgres 9.6
244
# but `PgLTree` should just fall back to text format
245
- RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}_client_ssl
+ RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}
246
247
mysql:
248
name: MySQL
0 commit comments