aboutsummaryrefslogtreecommitdiff
path: root/.cargo
Commit message (Collapse)AuthorAge
* Add hook/event systemPascal Kuthe2024-01-23
|
* enable rendering in integration tests (#5819)Skyler Hawthorne2023-02-04
| | | | | | | | | 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.
* chore: rename `.cargo/{config -> config.toml}`yvt2022-09-10
|
* add integration-test cargo aliasSkyler Hawthorne2022-06-19
|
* docs: Auto generate command listGokul Soumya2021-12-08