Add CI test environment#32
Conversation
|
I'll also say I think this can be adapted to other octvage packages which I can probably help coordinate if it's welcome. |
…ile updates to facilitate running all pkg-control tests in CI and localy without installing. Run tests once a week.
|
Here again, thanks for the contribution. I am going to make the review soon but to be honest, I am not very familiar with the github CI actions. Does the file |
|
Description
While working #31 I wanted to run tests but lacked all the tooling locally. I setup a local and CI test environment (both using docker) and wrapped things in makefile calls.
The script to do this is a bit hacky but as a first pass this felt appropriate.
Changes