Skip to content

Commit

Permalink
ensure dotnet tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jan 6, 2022
1 parent 1bf3e89 commit 85168ef
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 @@ -151,6 +151,9 @@ let runTestAssembly setParams testAssembly =
let runTests setParams testAssemblies =
let details = testAssemblies |> String.separated ", "
use __ = Trace.traceTask "Expecto" details
match testAssemblies with
| [] -> raise <| Fake.Testing.Common.FailedTestsException "No test assemblies found"
| _ -> ()
let res =
testAssemblies
|> Seq.map (runTestAssembly setParams)
Expand Down

0 comments on commit 85168ef

Please sign in to comment.