We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aa088 commit 900eeb8Copy full SHA for 900eeb8
.github/workflows/sqlx.yml
@@ -262,7 +262,7 @@ jobs:
262
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
263
# FIXME: needed to disable `ltree` tests in Postgres 9.6
264
# but `PgLTree` should just fall back to text format
265
- RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}_client_ssl
+ RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}
266
267
mysql:
268
name: MySQL
0 commit comments