You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Run async-connection-wrapper feature tests too
`tests/sync_wrapper.rs` is gated by `#[cfg(feature = "async-connection-wrapper")]`. Since the `async-connection-wrapper` feature wasn't explicitly enabled, we were not actually running these tests on CI.
0 commit comments