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 14, 2020
1 parent 4debdf3 commit 2336e3e
Show file tree
Hide file tree
Showing 24 changed files with 385 additions and 187 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 2336e3e

Please sign in to comment.