We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec33f9 commit 78540d6Copy full SHA for 78540d6
src/ApiBuilderTests/GlobalUsings.cs
@@ -1,4 +1,6 @@
1
-global using TUnit.Core;
+[assembly: Parallelism(1)]
2
+
3
+global using TUnit.Core;
4
global using TUnit.Assertions;
5
global using TUnit.Assertions.Extensions;
6
global using System;
0 commit comments