overthesun / simoc

A scalable model of an interactive, off-world community
https://ngs.simoc.space/
GNU General Public License v3.0
2 stars 2 forks source link

Add a GitHub workflow to run test on PRs #530

Open ezio-melotti opened 3 months ago

ezio-melotti commented 3 months ago

Currently we don't have any GitHub workflow that runs automatically on PRs.

150 introduced a test command to simoc.py, so we should create a workflow to run it.

However it appears that no one used that command in a while, since I tried to run it locally and got several failures:

== 16 failed, 35 passed, 2 warnings in 459.42s (0:07:39) ==

Before adding a new GitHub workflow, we should fix the tests.