mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
6522795889
# 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.
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")
|
|
}
|