|
21 | 21 | runs-on: ubuntu-22.04
|
22 | 22 | strategy:
|
23 | 23 | matrix:
|
24 |
| - runtime: [async-global-executor, async-std, tokio] |
| 24 | + runtime: [async-global-executor, async-std, smol, tokio] |
25 | 25 | tls: [native-tls, rustls, none]
|
26 | 26 | steps:
|
27 | 27 | - uses: actions/checkout@v4
|
@@ -116,7 +116,7 @@ jobs:
|
116 | 116 | runs-on: ubuntu-22.04
|
117 | 117 | strategy:
|
118 | 118 | matrix:
|
119 |
| - runtime: [async-global-executor, async-std, tokio] |
| 119 | + runtime: [async-global-executor, async-std, smol, tokio] |
120 | 120 | linking: [sqlite, sqlite-unbundled]
|
121 | 121 | needs: check
|
122 | 122 | steps:
|
@@ -183,7 +183,7 @@ jobs:
|
183 | 183 | strategy:
|
184 | 184 | matrix:
|
185 | 185 | postgres: [17, 13]
|
186 |
| - runtime: [async-global-executor, async-std, tokio] |
| 186 | + runtime: [async-global-executor, async-std, smol, tokio] |
187 | 187 | tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
|
188 | 188 | needs: check
|
189 | 189 | steps:
|
@@ -283,7 +283,7 @@ jobs:
|
283 | 283 | strategy:
|
284 | 284 | matrix:
|
285 | 285 | mysql: [8]
|
286 |
| - runtime: [async-global-executor, async-std, tokio] |
| 286 | + runtime: [async-global-executor, async-std, smol, tokio] |
287 | 287 | tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
|
288 | 288 | needs: check
|
289 | 289 | steps:
|
@@ -371,7 +371,7 @@ jobs:
|
371 | 371 | strategy:
|
372 | 372 | matrix:
|
373 | 373 | mariadb: [verylatest, 11_4, 10_11, 10_4]
|
374 |
| - runtime: [async-global-executor, async-std, tokio] |
| 374 | + runtime: [async-global-executor, async-std, smol, tokio] |
375 | 375 | tls: [native-tls, rustls-aws-lc-rs, rustls-ring, none]
|
376 | 376 | needs: check
|
377 | 377 | steps:
|
|
0 commit comments