mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Try to fix alpine integration tests
This commit is contained in:
parent
f32f7f2bf1
commit
f44359efe4
4 changed files with 23 additions and 4 deletions
|
@ -19,4 +19,9 @@
|
|||
<ProjectReference Include="..\Lidarr.Api.V1\Lidarr.Api.V1.csproj" />
|
||||
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="integration.runsettings">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
11
src/NzbDrone.Integration.Test/integration.runsettings
Normal file
11
src/NzbDrone.Integration.Test/integration.runsettings
Normal file
|
@ -0,0 +1,11 @@
|
|||
<RunSettings>
|
||||
<RunConfiguration>
|
||||
<!-- 0 = As many processes as possible, limited by number of cores on machine, 1 = Sequential (1 process), 2-> Given number of processes up to limit by number of cores on machine-->
|
||||
<MaxCpuCount>1</MaxCpuCount>
|
||||
<!-- Disables in-assembly parallel execution, applies to both MSTest and NUnit -->
|
||||
<DisableParallelization>true</DisableParallelization>
|
||||
</RunConfiguration>
|
||||
<NUnit>
|
||||
<NumberOfTestWorkers>1</NumberOfTestWorkers>
|
||||
</NUnit>
|
||||
</RunSettings>
|
Loading…
Add table
Add a link
Reference in a new issue