1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-09 22:36:07 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Skyler Hawthorne b2e83f81e1
enable rendering in integration tests (#5819)
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.
2023-02-04 13:20:23 -08:00
yvt 5489c9ad4e chore: rename `.cargo/{config -> config.toml}` 2022-09-10 08:44:31 -05:00
Skyler Hawthorne 086b63ab1b add integration-test cargo alias 2022-06-18 23:57:47 -04:00
Gokul Soumya 71292f9f11 docs: Auto generate command list 2021-12-08 10:23:50 +09:00