mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Fix cargo test --all-features breaking rendering due to unity vertexes (#5542)
* Closes #5297 * [x] I have followed the instructions in the PR template It's not great but I wasn't able to come up with a better solution.
This commit is contained in:
@@ -32,7 +32,8 @@ For small things, just go ahead an open a PR. For bigger things, please file an
|
||||
Browse through [`ARCHITECTURE.md`](ARCHITECTURE.md) to get a sense of how all pieces connects.
|
||||
|
||||
You can test your code locally by running `./scripts/check.sh`.
|
||||
There are snapshots test that might need to be updated. Run the tests with `UPDATE_SNAPSHOTS=true` to update them.
|
||||
There are snapshots test that might need to be updated.
|
||||
Run the tests with `UPDATE_SNAPSHOTS=true cargo test --workspace --all-features` to update all of them.
|
||||
For more info about the tests see [egui_kittest](./crates/egui_kittest/README.md).
|
||||
|
||||
We use [git-lfs](https://git-lfs.com/) to store big files in the repository.
|
||||
|
||||
Reference in New Issue
Block a user