|
32 | 32 | runs-on: ubuntu-20.04
|
33 | 33 | strategy:
|
34 | 34 | matrix:
|
35 |
| - runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls] |
| 35 | + runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls, async-std-rustls, tokio-rustls, actix-rustls] |
36 | 36 | steps:
|
37 | 37 | - uses: actions/checkout@v2
|
38 | 38 |
|
@@ -145,7 +145,7 @@ jobs:
|
145 | 145 | runs-on: ubuntu-20.04
|
146 | 146 | strategy:
|
147 | 147 | matrix:
|
148 |
| - runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls] |
| 148 | + runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls, async-std-rustls, tokio-rustls, actix-rustls] |
149 | 149 | needs: check
|
150 | 150 | steps:
|
151 | 151 | - uses: actions/checkout@v2
|
@@ -181,7 +181,7 @@ jobs:
|
181 | 181 | strategy:
|
182 | 182 | matrix:
|
183 | 183 | postgres: [12, 10, 9_6, 9_5]
|
184 |
| - runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls] |
| 184 | + runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls, async-std-rustls, tokio-rustls, actix-rustls] |
185 | 185 | needs: check
|
186 | 186 | steps:
|
187 | 187 | - uses: actions/checkout@v2
|
@@ -233,7 +233,7 @@ jobs:
|
233 | 233 | strategy:
|
234 | 234 | matrix:
|
235 | 235 | mysql: [8, 5_7, 5_6]
|
236 |
| - runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls] |
| 236 | + runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls, async-std-rustls, tokio-rustls, actix-rustls] |
237 | 237 | needs: check
|
238 | 238 | steps:
|
239 | 239 | - uses: actions/checkout@v2
|
@@ -276,7 +276,7 @@ jobs:
|
276 | 276 | strategy:
|
277 | 277 | matrix:
|
278 | 278 | mariadb: [10_5, 10_4, 10_3, 10_2, 10_1]
|
279 |
| - runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls] |
| 279 | + runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls, async-std-rustls, tokio-rustls, actix-rustls] |
280 | 280 | needs: check
|
281 | 281 | steps:
|
282 | 282 | - uses: actions/checkout@v2
|
@@ -320,7 +320,7 @@ jobs:
|
320 | 320 | strategy:
|
321 | 321 | matrix:
|
322 | 322 | mssql: [2019]
|
323 |
| - runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls] |
| 323 | + runtime: [async-std-native-tls, tokio-native-tls, actix-native-tls, async-std-rustls, tokio-rustls, actix-rustls] |
324 | 324 | needs: check
|
325 | 325 | steps:
|
326 | 326 | - uses: actions/checkout@v2
|
|
0 commit comments