You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
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.
1 year ago
..
src enable rendering in integration tests (#5819) 1 year ago
tests enable rendering in integration tests (#5819) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump indoc from 1.0.8 to 2.0.0 (#5742) 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago