Skip to content

Commit

Permalink
Add LinqTests to the list of project to disable parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Oct 23, 2024
1 parent caa8955 commit cb9fe91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ void SetupTestParallelization()
"src/CoreTests",
"src/Marten.PLv8.Testing",
"src/Marten.AspNetCore.Testing",
"src/ValueTypeTests"
"src/ValueTypeTests",
"src/LinqTests"
};

foreach (var item in testProjects)
Expand Down

0 comments on commit cb9fe91

Please sign in to comment.