bevy/crates/bevy_reflect/compile_fail/tests/derive.rs
Brezak 6522795889
Specify test group names in github summary for compile fail tests (#14330)
# Objective

The github action summary titles every compile test group as
`compile_fail_utils`.


![image](https://github.com/user-attachments/assets/9d00a113-6772-430c-8da9-bffe6a60a8f8)

## Solution

Manually specify group names for compile fail tests.

## Testing

- Wait for compile fail tests to run.
- Observe the generated summary.
2024-07-15 16:13:03 +00:00

3 lines
128 B
Rust

fn main() -> compile_fail_utils::ui_test::Result<()> {
compile_fail_utils::test("reflect_derive", "tests/reflect_derive")
}