mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-09 04:09:12 +00:00
Add missing xUnit runner config
This commit is contained in:
parent
a6b21cf613
commit
8d518f4e54
1 changed files with 8 additions and 0 deletions
8
src/Ryujinx.Tests/xunit.runner.json
Normal file
8
src/Ryujinx.Tests/xunit.runner.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
|
||||||
|
"diagnosticMessages": true,
|
||||||
|
"longRunningTestSeconds": 20,
|
||||||
|
"parallelizeAssembly": true,
|
||||||
|
"preEnumerateTheories": true,
|
||||||
|
"stopOnFail": true
|
||||||
|
}
|
Loading…
Reference in a new issue