Skip to content

Commit

Permalink
Test using Release builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtschelfthout committed Aug 30, 2021
1 parent 67ccfe0 commit 331fde8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,7 @@ Target.create "Build" (fun _ ->

Target.create "RunTests" (fun _ ->
"tests/FsCheck.Test/"
|> DotNet.test (fun opt -> opt)
// !! testAssemblies
// |> XUnit2.run (fun p ->
// { p with
// //ToolPath = "packages/build/xunit.runner.console/tools/xunit.console.exe"
// //The NoAppDomain setting requires care.
// //On mono, it needs to be true otherwise xunit won't work due to a Mono bug.
// //On .NET, it needs to be false otherwise Unquote won't work because it won't be able to load the FsCheck assembly.
// NoAppDomain = Environment.isMono
// ShadowCopy = false })
|> DotNet.test (fun opt -> { opt with Configuration = DotNet.BuildConfiguration.Release })
)

// --------------------------------------------------------------------------------------
Expand Down

0 comments on commit 331fde8

Please sign in to comment.