run C# tests in Mono on github actions

This commit is contained in:
2021-07-20 13:02:18 -06:00
parent 727fa55ef0
commit 790dc31333

View File

@@ -1,2 +1,2 @@
#! /bin/bash
./bin/cs/test/bin/TestMain || echo "C# tests failed"
mono bin/cs/test/bin/TestMain.exe || echo "C# tests failed"