mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
[bfops/cargo-unity-test]: Merge remote-tracking branch 'origin/bfops/cargo-test-all' into bfops/cargo-unity-test
This commit is contained in:
@@ -89,8 +89,8 @@ fn run_tests(cwd: &Path, report: &Path, filter: Option<String>, passthrough: Vec
|
||||
.with_context(|| format!("failed to spawn `{command_line}` in {}", cwd.display()))?;
|
||||
ensure_success(cwd, &command_line, status)?;
|
||||
|
||||
let results = parse_junit(&report).with_context(|| "failed to parse TypeScript Vitest JUnit report")?;
|
||||
print_results("typescript", &report, &results)?;
|
||||
let results = parse_junit(report).with_context(|| "failed to parse TypeScript Vitest JUnit report")?;
|
||||
print_results("typescript", report, &results)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user