Run tests in parallel

This commit is contained in:
halgari 2019-12-13 15:07:58 -07:00
parent f60c1e3c8a
commit 1dc161890f
2 changed files with 10 additions and 0 deletions

9
.runsettings Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<MSTest>
<Parallelize>
<Workers>0</Workers>
<Scope>MethodLevel</Scope>
</Parallelize>
</MSTest>
</RunSettings>

View File

@ -12,6 +12,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4EDEF6CC-2F5C-439B-BEAF-9D03895099F1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.runsettings = .runsettings
CHANGELOG.md = CHANGELOG.md
LICENSE.txt = LICENSE.txt
NexusPage.html = NexusPage.html