Make tests run parallelizable (#5412)

Hope this won't cause issues.

Massively improves test speed.
This commit is contained in:
Pieter-Jan Briers
2024-08-31 03:04:21 +02:00
committed by GitHub
parent be36001ab8
commit 26c87b5858

View File

@@ -1,4 +1,7 @@
using System.Runtime.CompilerServices;
using NUnit.Framework;
// So it can use RobustServerSimulation.
[assembly: InternalsVisibleTo("Robust.Benchmarks")]
[assembly: Parallelizable(ParallelScope.Fixtures)]