Skip to content

Commit

Permalink
[WIP] Support rustls as an alternative TLS backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Oct 13, 2020
1 parent e3537e9 commit 82a78e5
Show file tree
Hide file tree
Showing 23 changed files with 384 additions and 186 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
runtime: [async-std, tokio, actix]
runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
runtime: [async-std, tokio, actix]
runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls]
needs: check
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
strategy:
matrix:
postgres: [12, 10, 9_6, 9_5]
runtime: [async-std, tokio, actix]
runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls]
needs: check
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
strategy:
matrix:
mysql: [8, 5_7, 5_6]
runtime: [async-std, tokio, actix]
runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls]
needs: check
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
strategy:
matrix:
mariadb: [10_5, 10_4, 10_3, 10_2, 10_1]
runtime: [async-std, tokio, actix]
runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls]
needs: check
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
strategy:
matrix:
mssql: [2019]
runtime: [async-std, tokio, actix]
runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls]
needs: check
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 82a78e5

Please sign in to comment.