We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7253818 commit 30fc909Copy full SHA for 30fc909
src/tools/miri/tests/ui.rs
@@ -217,6 +217,7 @@ fn run_tests(
217
ui_test::default_file_filter,
218
// This could be used to overwrite the `Config` on a per-test basis.
219
|_, _| {},
220
+ // No GHA output as that would also show in the main rustc repo.
221
match args.format {
222
Format::Terse => status_emitter::Text::quiet(),
223
Format::Pretty => status_emitter::Text::verbose(),
0 commit comments