comlounge / camper

Barcamp-Tools
https://barcamptools.eu
MIT License
21 stars 7 forks source link

Add CI to run the tests #242

Open wetneb opened 6 months ago

wetneb commented 6 months ago

It looks like this code base has some tests, that's great! Perhaps it would be useful to set up a continuous integration pipeline for it, so that tests could be run automatically. This is helpful to help make sure that changes (for instance from pull requests) do not break tests.

If you are interested I could contribute a PR which implements this with GitHub Actions.