Allow parallel test execution in ncrunch.

This should now work correctly, and greatly speeds up the tests.
This commit is contained in:
Steven Kirk 2018-10-18 16:39:59 +02:00
Родитель b5a6ee2775
Коммит 14f0697ab9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
<AdditionalFilesToIncludeForSolution>
<Value>lib\**.*</Value>
</AdditionalFilesToIncludeForSolution>
<AllowParallelTestExecution>False</AllowParallelTestExecution>
<AllowParallelTestExecution>True</AllowParallelTestExecution>
<ProjectConfigStoragePathRelativeToSolutionDir>.ncrunch</ProjectConfigStoragePathRelativeToSolutionDir>
<SolutionConfigured>True</SolutionConfigured>
</Settings>