How can I schedule my unit tests to run nightly?

I have a bunch of unit tests that I’d like to run nightly to verify nothing has broken. Is there a way for me to schedule the unit tests to run?

Check this page: https://bitbucket.org/Unity-Technologies/unitytesttools/wiki/UnitTestsRunner
At the bottom, you have an example of how to run unit tests in batch mode. You will get an XML file that you can easily parse with most of CI systems.