avahe-kellenberger / nimdow

A window manager written in Nim (In Development)
GNU General Public License v2.0
317 stars 19 forks source link

tests: Add task to run tests, add github workflow to run task #217

Closed marcusramberg closed 1 year ago

marcusramberg commented 1 year ago

You can see how the test run looks on my fork - https://github.com/marcusramberg/nimdow/actions/runs/5136120902/jobs/9242453480

avahe-kellenberger commented 1 year ago

I actually have nimtest as a dependency here, we can simple run the nimtest executable to run all the tests :slightly_smiling_face:

marcusramberg commented 1 year ago

Nice, I wasn't even aware nimtest is a thing. That's a lot easier 💯