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

Run separate CLI server for test discovery #3201

Closed
wants to merge 2 commits into from

Commits on Jan 5, 2024

  1. Run separate CLI server for test discovery

    This is a workaround for the fact that the `resolveTests` command can
    take a long time to run for large workspaces. We don't want to block
    other CLI commands from running while this is happening, so we'll create
    a separate CLI server just for this.
    koesie10 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0a9e0a2 View commit details
    Browse the repository at this point in the history
  2. Fix tests for resolveTests

    koesie10 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e75c1c1 View commit details
    Browse the repository at this point in the history