egui/.github/workflows
lucasmerlin b8051cc301
Add `SnapshotResults` struct to egui_kittest (#5672)
I got annoyed by all the slightly different variations of "collect
snapshot results and unwrap them at the end of test" I've written, so I
added a struct to make this nice and simple.

One controversial thing: It panics when dropped. I wanted to ensure
people cannot forget to unwrap the results at the end, and this was the
best thing I could come up with. I don't think this is possible via
clippy lint or something like that.

* [x] I have followed the instructions in the PR template
2025-02-04 14:01:32 +01:00
..
cargo_machete.yml Fix cargo machete (#5410) 2024-12-01 18:57:41 +01:00
deploy_web_demo.yml Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
labels.yml Add egui_kittest label to workflow and changelog script (#5323) 2024-11-01 13:25:41 +01:00
png_only_on_lfs.yml Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
preview_build.yml Fix pr preview vulnerability (#5461) 2024-12-11 16:55:57 +01:00
preview_cleanup.yml Fix pr preview vulnerability (#5461) 2024-12-11 16:55:57 +01:00
preview_deploy.yml Fix pr preview vulnerability (#5461) 2024-12-11 16:55:57 +01:00
rust.yml Add `SnapshotResults` struct to egui_kittest (#5672) 2025-02-04 14:01:32 +01:00
spelling_and_links.yml Remove dead code from CI 2025-01-29 08:43:18 +01:00