MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / run_asset_smoke_tests

Function run_asset_smoke_tests

xtask/src/main.rs:914–919  ·  view source on GitHub ↗
(args: &[String])

Source from the content-addressed store, hash-verified

912}
913
914fn run_asset_smoke_tests(args: &[String]) -> Result<()> {
915 if let Some(arg) = args.first() {
916 bail!("unknown assets smoke flag: {arg}");
917 }
918 run_validate_script("runtime")
919}
920
921fn stage_release_workspace() -> Result<()> {
922 let stage_root = Path::new(RELEASE_STAGE_DIR);

Callers 1

assetsFunction · 0.85

Calls 1

run_validate_scriptFunction · 0.85

Tested by

no test coverage detected