Skip to content

Commit 8d7b9ea

Browse files
committed
testing
1 parent bbcbb59 commit 8d7b9ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of
3333
public static void Initialize() =>
3434
VerifySerilog.Initialize();
3535
```
36-
<sup><a href='/src/Tests/ModuleInitializer.cs#L3-L9' title='Snippet source file'>snippet source</a> | <a href='#snippet-Enable' title='Start of snippet'>anchor</a></sup>
36+
<sup><a href='/src/Tests/ModuleInitializer.cs#L6-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-Enable' title='Start of snippet'>anchor</a></sup>
3737
<!-- endSnippet -->
3838

3939
<!-- snippet: Usage -->

src/Tests/ModuleInitializer.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
public static class ModuleInitializer
1+
[assembly: Parallelizable(ParallelScope.All)]
2+
[assembly: LevelOfParallelism(48)]
3+
4+
public static class ModuleInitializer
25
{
36
#region Enable
47

0 commit comments

Comments
 (0)