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.
Currently we don't have any GitHub workflow that runs automatically on PRs.
#150 introduced a
testcommand tosimoc.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:
Before adding a new GitHub workflow, we should fix the tests.