Skip to content

Configure CI to use pre-compiled mstest executables #255

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

Open
Arlodotexe opened this issue Feb 5, 2025 · 0 comments
Open

Configure CI to use pre-compiled mstest executables #255

Arlodotexe opened this issue Feb 5, 2025 · 0 comments

Comments

@Arlodotexe
Copy link
Member

Background

The current CI pipeline rebuilds tests every time they are run, leading to longer build times and reduced efficiency.

Problem

  • Tests are rebuilt from source during every run
  • This slows down the overall build process, especially during re-runs after test failure
  • Lack of isolated testing environment for CI

Solution

By using a pre-compiled test executable, we aim to reduce the time it takes for re-runs.

Prerequisites:

@Arlodotexe Arlodotexe moved this to 🆕 New in Toolkit 8.x Feb 5, 2025
@Arlodotexe Arlodotexe moved this from 🆕 New to 🔖 Ready in Toolkit 8.x Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant