Skip to content

Commit 820e95e

Browse files
committed
fix(ci): disable mariadb_verylatest pass for RusTLS
see: #3091
1 parent 136bb47 commit 820e95e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sqlx.yml

+2
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ jobs:
470470
mariadb: [verylatest, 10_11, 10_4]
471471
runtime: [async-std, tokio]
472472
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') }}
473475
needs: check
474476
steps:
475477
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)