pub fn run(args: &BuildCommand) -> Result<()>Expand description
Runs tests for a Zoi package defined in a .pkg.lua file.
ยงErrors
Returns an error if the package file cannot be parsed, if the build environment cannot be set up, or if the package tests fail.