build_helper::ci::gha

Function group

source
pub fn group(name: impl Display) -> Group
Expand description

All github actions log messages from this call to the Drop of the return value will be grouped and hidden by default in logs. Note that since github actions doesn’t support group nesting, any active group will be first finished when a subgroup is started, and then re-started when the subgroup finishes.