synopse / mORMot2

OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
https://synopse.info
Other
485 stars 122 forks source link

Would it be of interest to automated tests run on GitHub Actions? #245

Closed cclauss closed 3 months ago

cclauss commented 3 months ago

I have created automated tests for numerous languages but never for Pascal. It might be an interesting challenge.

Would it be of interest to have this repo run automated tests when code is changed?

The use of GitHub Actions is free of charge for public repos like this one. https://github.com/features/actions

synopse commented 3 months ago

The repo is already run every night on 25 diverse OS, Intel and ARM, Windows, Linux, MacOS. https://luti.tranquil.it/history/tis-test-mormot2

It is not on github, but on the build farm of the company I work for. https://blog.synopse.info/?post/2023/07/20/The-LUTI-and-the-mORMot

cclauss commented 2 months ago

On the other repo I got test results: https://github.com/exercism/free-pascal/pull/21/checks?check_run_id=23603820352