We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mariadb_verylatest
1 parent 136bb47 commit 820e95eCopy full SHA for 820e95e
.github/workflows/sqlx.yml
@@ -470,6 +470,8 @@ jobs:
470
mariadb: [verylatest, 10_11, 10_4]
471
runtime: [async-std, tokio]
472
tls: [native-tls, rustls, none]
473
+ # FIXME: `rustls` cannot accept MariaDB's new self-signed certificates: https://github.com/launchbadge/sqlx/issues/3091
474
+ if: ${{ !(matrix.mariadb == 'verylatest' && matrix.tls == 'rustls') }}
475
needs: check
476
steps:
477
- uses: actions/checkout@v2
0 commit comments