We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eda487 commit 0a663f9Copy full SHA for 0a663f9
.github/workflows/sqlx.yml
@@ -249,7 +249,7 @@ jobs:
249
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
250
# FIXME: needed to disable `ltree` tests in Postgres 9.6
251
# but `PgLTree` should just fall back to text format
252
- RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}
+ RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}_client_ssl
253
254
mysql:
255
name: MySQL
0 commit comments