Skip to content

Commit 78540d6

Browse files
committed
Update GlobalUsings.cs
1 parent dec33f9 commit 78540d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ApiBuilderTests/GlobalUsings.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
global using TUnit.Core;
1+
[assembly: Parallelism(1)]
2+
3+
global using TUnit.Core;
24
global using TUnit.Assertions;
35
global using TUnit.Assertions.Extensions;
46
global using System;

0 commit comments

Comments
 (0)