File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ Target "RunTests" (fun _ ->
245
245
-- " ./src/examples/**"
246
246
| _ -> !! " ./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
247
247
-- " ./src/**/*.Tests.MultiNode.csproj"
248
+ -- " ./src/**/*.Tests.Performance.csproj"
248
249
-- " ./src/examples/**"
249
250
rawProjects |> Seq.choose filterProjects
250
251
@@ -281,6 +282,7 @@ Target "RunTestsNetCore" (fun _ ->
281
282
-- " ./src/examples/**"
282
283
| _ -> !! " ./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
283
284
-- " ./src/**/*.Tests.MultiNode.csproj"
285
+ -- " ./src/**/*.Tests.Performance.csproj"
284
286
-- " ./src/examples/**"
285
287
rawProjects |> Seq.choose filterProjects
286
288
@@ -317,6 +319,7 @@ Target "RunTestsNet" (fun _ ->
317
319
-- " ./src/examples/**"
318
320
| _ -> !! " ./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
319
321
-- " ./src/**/*.Tests.MultiNode.csproj"
322
+ -- " ./src/**/*.Tests.Performance.csproj"
320
323
-- " ./src/examples/**"
321
324
rawProjects |> Seq.choose filterProjects
322
325
You can’t perform that action at this time.
0 commit comments