Add benchmarks and compile fail tests back to workspace #16801
Labels
A-Build-System
Related to build systems or continuous integration
C-Code-Quality
A section of code that is hard to understand or change
C-Tracking-Issue
An issue that collects information about a broad development initiative
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
The benchmarks and
compile_fail
UI tests are currently excluded from the main Cargo workspace:bevy/Cargo.toml
Lines 16 to 22 in 00722b8
This is a problem because these things get checked less often, and often lag behind. For example, in #16733 I had to fix a compile error for a function that was removed in 0.10 (we just released 0.15). The best solution to prevent this from happening in the future is to re-add the benchmarks and UI tests to the main Cargo workspace.
Past attempt: #16770
The text was updated successfully, but these errors were encountered: