Skip to content

Commit 6593d87

Browse files
committed
turns off parallelism
1 parent d99cca5 commit 6593d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using NUnit.Framework;
22

3-
[assembly: LevelOfParallelism(10)]
3+
[assembly: LevelOfParallelism(1)]
44
namespace CodexReleaseTests
55
{
66
}

0 commit comments

Comments
 (0)