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
Attempting to run cargo test -r failed in gix-url due to missing gix_url::testing::TestUrlExtension, which only exists with cfg(debug_assertions). I think this should be using cfg(test) instead.