Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bevy_reflect: Re-enable reflection compile fail tests #14165

Merged

Conversation

MrGVSV
Copy link
Member

@MrGVSV MrGVSV commented Jul 5, 2024

Objective

Looks like I accidentally disabled the reflection compile fail tests in #13152. These should be re-enabled.

Solution

Re-enable reflection compile fail tests.

Testing

CI should pass. You can also test locally by navigating to crates/bevy_reflect/compile_fail/ and running:

cargo test --target-dir ../../../target

@MrGVSV MrGVSV added D-Trivial Nice and easy! A great choice to get started with Bevy A-Reflection Runtime information about types C-Testing A change that impacts how we test Bevy or how users test their apps labels Jul 5, 2024
@mockersf mockersf added this pull request to the merge queue Jul 5, 2024
Merged via the queue into bevyengine:main with commit 09d86bf Jul 5, 2024
31 checks passed
@MrGVSV MrGVSV deleted the mrgvsv/reflect/re-enable-compile-tests branch July 6, 2024 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Reflection Runtime information about types C-Testing A change that impacts how we test Bevy or how users test their apps D-Trivial Nice and easy! A great choice to get started with Bevy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants