Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 14f0697

Browse files
committed
Allow parallel test execution in ncrunch.
This should now work correctly, and greatly speeds up the tests.
1 parent b5a6ee2 commit 14f0697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubVS.v3.ncrunchsolution

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AdditionalFilesToIncludeForSolution>
88
<Value>lib\**.*</Value>
99
</AdditionalFilesToIncludeForSolution>
10-
<AllowParallelTestExecution>False</AllowParallelTestExecution>
10+
<AllowParallelTestExecution>True</AllowParallelTestExecution>
1111
<ProjectConfigStoragePathRelativeToSolutionDir>.ncrunch</ProjectConfigStoragePathRelativeToSolutionDir>
1212
<SolutionConfigured>True</SolutionConfigured>
1313
</Settings>

0 commit comments

Comments
 (0)