Skip to content

Commit

Permalink
Exclude *.Tests.Performance in CI/CD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Petabridge committed Mar 3, 2022
1 parent 57a0eac commit 72926f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ Target "RunTests" (fun _ ->
-- "./src/examples/**"
| _ -> !! "./src/**/*.Tests.*sproj" // if you need to filter specs for Linux vs. Windows, do it here
-- "./src/**/*.Tests.MultiNode.csproj"
-- "./src/**/*.Tests.Performance.csproj"
-- "./src/examples/**"
rawProjects |> Seq.choose filterProjects

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

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

Expand Down

0 comments on commit 72926f4

Please sign in to comment.