Don't nest GHA groups in check::Std

This commit is contained in:
jyn 2023-07-09 18:59:23 -05:00
parent d3cdf27184
commit 2b3db1cd5a

View File

@ -135,6 +135,7 @@ impl Step for Std {
let hostdir = builder.sysroot_libdir(compiler, compiler.host);
add_to_sysroot(&builder, &libdir, &hostdir, &libstd_stamp(builder, compiler, target));
}
drop(_guard);
// don't run on std twice with x.py clippy
// don't check test dependencies if we haven't built libtest