Skip to content

Commit 72926f4

Browse files
Exclude *.Tests.Performance in CI/CD tests
1 parent 57a0eac commit 72926f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.fsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Target "RunTests" (fun _ ->
245245
-- "./src/examples/**"
246246
| _ -> !! "./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
247247
-- "./src/**/*.Tests.MultiNode.csproj"
248+
-- "./src/**/*.Tests.Performance.csproj"
248249
-- "./src/examples/**"
249250
rawProjects |> Seq.choose filterProjects
250251

@@ -281,6 +282,7 @@ Target "RunTestsNetCore" (fun _ ->
281282
-- "./src/examples/**"
282283
| _ -> !! "./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
283284
-- "./src/**/*.Tests.MultiNode.csproj"
285+
-- "./src/**/*.Tests.Performance.csproj"
284286
-- "./src/examples/**"
285287
rawProjects |> Seq.choose filterProjects
286288

@@ -317,6 +319,7 @@ Target "RunTestsNet" (fun _ ->
317319
-- "./src/examples/**"
318320
| _ -> !! "./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
319321
-- "./src/**/*.Tests.MultiNode.csproj"
322+
-- "./src/**/*.Tests.Performance.csproj"
320323
-- "./src/examples/**"
321324
rawProjects |> Seq.choose filterProjects
322325

0 commit comments

Comments
 (0)