Skip to content

Commit

Permalink
Attempt to parallelize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jul 11, 2018
1 parent db4768c commit 32007b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Acoustics.Test/.runsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<RunSettings>
<!-- MSTest adapter -->
<MSTest>
<Parallelize>
<Workers>0</Workers>
<Scope>ClassLevel</Scope>
</Parallelize>
</MSTest>
</RunSettings>
1 change: 1 addition & 0 deletions tests/Acoustics.Test/Acoustics.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
<Link>stylecop.json</Link>
</AdditionalFiles>
<Compile Include="AnalysisPrograms\AudioCutterTests.cs" />
<None Include=".runsettings" />
<None Include="App.config">
<SubType>Designer</SubType>
</None>
Expand Down

0 comments on commit 32007b4

Please sign in to comment.