Skip to content

Commit ab6e36e

Browse files
committed
Properly close log groups in CI
1 parent 8f5a419 commit ab6e36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tracel-xtask/src/utils/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ pub fn run_process_for_workspace<'a>(
8888
if close_group {
8989
endgroup!();
9090
}
91+
close_group = true;
9192
group!("{}: {}", group_name.unwrap_or("Group"), crate_name);
9293
}
9394
}
@@ -103,7 +104,6 @@ pub fn run_process_for_workspace<'a>(
103104
if !skip_line {
104105
eprintln!("{}", line);
105106
}
106-
close_group = true;
107107
}
108108
});
109109
}

0 commit comments

Comments
 (0)