This is the content analogue of https://github.com/space-wizards/RobustToolbox/pull/5412 Made Content.Tests run tests parallelized, which doesn't really seem to matter much. I tried to make Content.IntegrationTest more aggressively parallelized but ran into https://github.com/dotnet/runtime/issues/107197 so we need to shelve that. Added a comment explaining as such.
4 lines
78 B
C#
4 lines
78 B
C#
using NUnit.Framework;
|
|
|
|
[assembly: Parallelizable(ParallelScope.Fixtures)]
|