pub fn setup_forge_remote(
prj: impl Into<RemoteProject>,
) -> (TestProject, TestCommand)
Expand description
Setups a new local forge project by cloning and initializing the RemoteProject
This will
- clone the prj, like “transmissions1/solmate”
- run
forge build
, if configured - run additional commands
§Panics
If anything goes wrong during, checkout, build, or other commands are unsuccessful