Skip to content

Commit 680a7b9

Browse files
Run tests with async-global-executor
1 parent 4af5ea6 commit 680a7b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sqlx.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
strategy:
2323
matrix:
24-
runtime: [ smol, tokio ]
24+
runtime: [ async-global-executor, tokio ]
2525
tls: [ native-tls, rustls, none ]
2626
steps:
2727
- uses: actions/checkout@v4
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-24.04
119119
strategy:
120120
matrix:
121-
runtime: [ smol, tokio ]
121+
runtime: [ async-global-executor, tokio ]
122122
linking: [ sqlite, sqlite-unbundled ]
123123
needs: check
124124
steps:
@@ -187,7 +187,7 @@ jobs:
187187
strategy:
188188
matrix:
189189
postgres: [ 17, 13 ]
190-
runtime: [ smol, tokio ]
190+
runtime: [ async-global-executor, tokio ]
191191
tls: [ native-tls, rustls-aws-lc-rs, rustls-ring, none ]
192192
needs: check
193193
steps:
@@ -288,7 +288,7 @@ jobs:
288288
strategy:
289289
matrix:
290290
mysql: [ 8 ]
291-
runtime: [ smol, tokio ]
291+
runtime: [ async-global-executor, tokio ]
292292
tls: [ native-tls, rustls-aws-lc-rs, rustls-ring, none ]
293293
needs: check
294294
steps:
@@ -377,7 +377,7 @@ jobs:
377377
strategy:
378378
matrix:
379379
mariadb: [ verylatest, 11_4, 10_11, 10_4 ]
380-
runtime: [ smol, tokio ]
380+
runtime: [ async-global-executor, tokio ]
381381
tls: [ native-tls, rustls-aws-lc-rs, rustls-ring, none ]
382382
needs: check
383383
steps:

0 commit comments

Comments
 (0)