[Test] Run tests in parallel
Open
Area: Our Own Build
Area: Tests
Priority:3
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
# Context
Current setup of our test runner turns off the parallelization.
https://github.com/dotnet/msbuild/blob/371d00f5c10a15b0858c411aafa11aac74596b06/src/Shared/UnitTests/xunit.runner.json#L6-L7
# Goal
Decrease the time spent on test by leveraging the parallelization in test runs.
- [ ] Determine the amount of time spent on test per run
- [ ] Calculate the possible wins by running in parallel
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.