Render server cross-posts properly

Closes #633
This commit is contained in:
Tyrrrz
2023-02-09 18:44:24 +02:00
parent 93799eb231
commit 049338009e
22 changed files with 96 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"methodDisplayOptions": "all",
"methodDisplay": "method"
"methodDisplay": "method",
"parallelizeTestCollections": true
}