2
0
mirror of synced 2025-01-10 08:36:13 +00:00
cs-codex-dist-tests/Tests/Parallelism.cs

7 lines
81 B
C#
Raw Normal View History

2023-05-04 08:25:48 +02:00
using NUnit.Framework;
2023-05-04 15:22:11 +02:00
[assembly: LevelOfParallelism(1)]
2023-05-04 08:25:48 +02:00
namespace Tests
{
}