pub fn build(opts: Opts) -> Result<BuiltTests>Expand description
First builds the package or workspace, ready for execution.
If the workspace contains contracts, those contracts will be built first without tests
in order to determine their CONTRACT_IDs and enable contract calling.