mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
15 lines
457 B
XML
15 lines
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
|
|
<!-- New: xUnit Config for Stop-on-Fail -->
|
|
<xUnit>
|
|
<ParallelizeAssembly>true</ParallelizeAssembly>
|
|
<ParallelizeTestCollections>true</ParallelizeTestCollections>
|
|
<!-- Enable collection parallelism -->
|
|
<MaxParallelThreads>2x</MaxParallelThreads>
|
|
<!-- Or 'unlimited' / '2x' for CPU multiplier -->
|
|
<StopOnFail>true</StopOnFail>
|
|
<!-- Still stop on first failure -->
|
|
</xUnit>
|
|
|
|
</RunSettings> |