Enable parallel test execution, mark timing-sensitive test as non-parallel, and use Interlocked for TaskId

This commit is contained in:
Stone_Red
2026-03-05 23:39:44 +01:00
parent 38e8ac9b13
commit 491eedf77e
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
[assembly: Parallelize(Workers = 0, Scope = ExecutionScope.MethodLevel)]