mirror of
https://github.com/bevyengine/bevy
synced 2024-12-27 13:33:08 +00:00
# Objective The github action summary titles every compile test group as `compile_fail_utils`.  ## Solution Manually specify group names for compile fail tests. ## Testing - Wait for compile fail tests to run. - Observe the generated summary.
3 lines
134 B
Rust
3 lines
134 B
Rust
fn main() -> compile_fail_utils::ui_test::Result<()> {
|
|
compile_fail_utils::test("reflect_into_function", "tests/into_function")
|
|
}
|