diff --git a/Cargo.toml b/Cargo.toml index ba2384675c..7bd99fc3a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,11 @@ members = [ "crates/*", # Several crates with macros have "compile fail" tests nested inside them, also known as UI # tests, that verify diagnostic output does not accidentally change. - "crates/*/compile_fail", + # TODO: Use a glob pattern once they are fixed in `dependabot-core` + # TODO: See https://github.com/bevyengine/bevy/issues/17876 for context. + "crates/bevy_derive/compile_fail", + "crates/bevy_ecs/compile_fail", + "crates/bevy_reflect/compile_fail", # Examples of compiling Bevy for mobile platforms. "examples/mobile", # Benchmarks