You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running the tests with cargo test --workspace --all-features currently fails because the unity feature isn't compatible with egui_wgpu. This means we currently aren't running tests with all possible features.
Expected behavior
Should be possible to run tests with --all-features
This was broken in #5166 (intentionally, in order to not make that PR even bigger)
The text was updated successfully, but these errors were encountered:
The check.sh script was broken in #5166, this fixes it
* Related to #5297
* [x] I have followed the instructions in the PR template
---------
Co-authored-by: Emil Ernerfeldt <[email protected]>
The check.sh script was broken in #5166, this fixes it
* Related to #5297
* [x] I have followed the instructions in the PR template
---------
Co-authored-by: Emil Ernerfeldt <[email protected]>
The check.sh script was broken in #5166, this fixes it
* Related to #5297
* [x] I have followed the instructions in the PR template
---------
Co-authored-by: Emil Ernerfeldt <[email protected]>
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
The check.sh script was broken in emilk#5166, this fixes it
* Related to emilk#5297
* [x] I have followed the instructions in the PR template
---------
Co-authored-by: Emil Ernerfeldt <[email protected]>
Describe the bug
Running the tests with cargo test --workspace --all-features currently fails because the unity feature isn't compatible with egui_wgpu. This means we currently aren't running tests with all possible features.
Expected behavior
Should be possible to run tests with --all-features
This was broken in #5166 (intentionally, in order to not make that PR even bigger)
The text was updated successfully, but these errors were encountered: