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