mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
b2e83f81e1
This will allow testing more of the code base, as well as enable UI- specific testing. Debug mode builds are prohibitively slow for the tests, mostly because of the concurrency write tests. So there is now a profile for integration tests that sets the optimization level to 2 for a few helix crates, and lowers the number of rounds of concurrent writes to 1000. |
||
---|---|---|
.. | ||
auto_indent.rs | ||
auto_pairs.rs | ||
commands.rs | ||
helpers.rs | ||
movement.rs | ||
prompt.rs | ||
splits.rs | ||
write.rs |