Skip to content

Commit

Permalink
Try running it under mono?
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Oct 16, 2024
1 parent 2627acd commit fc3f67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Write-Output "Running the UnitTests"
if ($IsWindows) {
& $NUnitConsoleRunner --domain:single $UnitTestsAssembly
} else {
& dotnet $NUnitConsoleRunner --domain:single $UnitTestsAssembly
& mono $NUnitConsoleRunner --domain:single $UnitTestsAssembly
}

0 comments on commit fc3f67c

Please sign in to comment.