Skip to content

Configure CI to use pre-compiled mstest executables #255

Open
@Arlodotexe

Description

@Arlodotexe

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    🔖 Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions