mirror of
https://github.com/bevyengine/bevy
synced 2025-01-12 13:18:55 +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.
4 lines
162 B
Rust
4 lines
162 B
Rust
fn main() -> compile_fail_utils::ui_test::Result<()> {
|
|
compile_fail_utils::test_multiple("derive_deref", ["tests/deref_derive", "tests/deref_mut_derive"])
|
|
}
|
|
|