Merge pull request #268 from wabbajack-tools/parallel-test

Run tests in parallel
This commit is contained in:
Timothy Baldridge 2019-12-14 09:43:33 -07:00 committed by GitHub
commit 536fc35d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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