mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Make tests run parallelizable (#5412)
Hope this won't cause issues. Massively improves test speed.
This commit is contained in:
committed by
GitHub
parent
be36001ab8
commit
26c87b5858
@@ -1,4 +1,7 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using NUnit.Framework;
|
||||
|
||||
// So it can use RobustServerSimulation.
|
||||
[assembly: InternalsVisibleTo("Robust.Benchmarks")]
|
||||
|
||||
[assembly: Parallelizable(ParallelScope.Fixtures)]
|
||||
|
||||
Reference in New Issue
Block a user