From 790dc313331bf6f9d16b825f54dea282a987f5f2 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 20 Jul 2021 13:02:18 -0600 Subject: [PATCH] run C# tests in Mono on github actions --- build-scripts/cs/test-cs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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