Skip to content

Commit 6ed9ac1

Browse files
committed
.
1 parent 78540d6 commit 6ed9ac1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[assembly: NotInParallel]

src/ApiBuilderTests/GlobalUsings.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
[assembly: Parallelism(1)]
2-
3-
global using TUnit.Core;
1+
global using TUnit.Core;
42
global using TUnit.Assertions;
53
global using TUnit.Assertions.Extensions;
64
global using System;

0 commit comments

Comments
 (0)