mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 20:02:39 +00:00
Add missing xUnit runner config
This commit is contained in:
parent
a6b21cf613
commit
8d518f4e54
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