diff --git a/build-scripts/cs/test-cs.sh b/build-scripts/cs/test-cs.sh index de7ac27..80bc7a6 100644 --- a/build-scripts/cs/test-cs.sh +++ b/build-scripts/cs/test-cs.sh @@ -1,2 +1,2 @@ #! /bin/bash -./bin/cs/test/bin/TestMain || echo "C# tests failed" \ No newline at end of file +mono bin/cs/test/bin/TestMain.exe || echo "C# tests failed" \ No newline at end of file