Skip to content

Commit

Permalink
Fix SetupTestParallelization in Nuke build
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Aug 5, 2024
1 parent 3485c00 commit a4d4df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ void SetupTestParallelization()
"src/CoreTests",
"src/Marten.PLv8.Testing",
"src/Marten.AspNetCore.Testing",
"src/LinqTests/LinqTests.csproj",
"src/ValueTypeTests/ValueTypeTests.csproj"
"src/LinqTests",
"src/ValueTypeTests"
};

foreach (var item in testProjects)
Expand Down

0 comments on commit a4d4df7

Please sign in to comment.