Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable rendering in integration tests #5819

Merged
merged 1 commit into from
Feb 4, 2023

Commits on Feb 4, 2023

  1. enable rendering in integration tests

    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.
    dead10ck committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f6d537b View commit details
    Browse the repository at this point in the history