mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
* restore fallback to `async-io` for `connect_tcp()` when `runtime-tokio` feature is enabled * `smol` and `async-global-executor` both use `async-task`, so `JoinHandle` impls can be consolidated * no need for duplicate `yield_now()` impls * delete `impl Socket for ()`
This commit is contained in:
1
.github/workflows/sqlx.yml
vendored
1
.github/workflows/sqlx.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
# Note: because `async-std` is deprecated, we only check it in a single job to save CI time.
|
||||
runtime: [ async-std, async-global-executor, smol, tokio ]
|
||||
tls: [ native-tls, rustls, none ]
|
||||
timeout-minutes: 30
|
||||
|
||||
Reference in New Issue
Block a user