pub fn try_setup_forge_remote(
config: impl Into<RemoteProject>,
) -> Result<(TestProject, TestCommand)>
Expand description
Same as setup_forge_remote
but not panicking
pub fn try_setup_forge_remote(
config: impl Into<RemoteProject>,
) -> Result<(TestProject, TestCommand)>
Same as setup_forge_remote
but not panicking