zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
35.33k stars 1.79k forks source link

rust: Add runnable icon for `#[cfg(test)] mod tests` #12017

Closed RemcoSmitsDev closed 1 week ago

RemcoSmitsDev commented 2 weeks ago

This allows you to run all the tests inside the mod tests block. Fixes #11967.

Screenshot 2024-05-18 at 16 07 32 Screenshot 2024-05-18 at 16 37 21

Release Notes: