Skip to content

Commit 7253818

Browse files
committed
Remove GitHub job summaries
They don't seem to be used by miri contributors, and they pollute job summaries in rust-lang/rust.
1 parent e2ba35a commit 7253818

File tree

1 file changed

+4
-9
lines changed
  • src/tools/miri/tests

1 file changed

+4
-9
lines changed

src/tools/miri/tests/ui.rs

+4-9
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,10 @@ fn run_tests(
217217
ui_test::default_file_filter,
218218
// This could be used to overwrite the `Config` on a per-test basis.
219219
|_, _| {},
220-
(
221-
match args.format {
222-
Format::Terse => status_emitter::Text::quiet(),
223-
Format::Pretty => status_emitter::Text::verbose(),
224-
},
225-
status_emitter::Gha::</* GHA Actions groups*/ false> {
226-
name: format!("{mode:?} {path} ({target})"),
227-
},
228-
),
220+
match args.format {
221+
Format::Terse => status_emitter::Text::quiet(),
222+
Format::Pretty => status_emitter::Text::verbose(),
223+
},
229224
)
230225
}
231226

0 commit comments

Comments
 (0)