run C# tests in Mono on github actions

This commit is contained in:
2021-07-20 13:02:18 -06:00
parent 02fc7dbf6b
commit f4df52eedb
2 changed files with 20 additions and 2 deletions

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"