argumentcomputer / lurk-lisp

Lisp implementation of Lurk.
MIT License
67 stars 6 forks source link

Add Github CI. #24

Closed porcuquine closed 2 years ago

porcuquine commented 2 years ago

Closes #23.

This PR adds CI via a GitHub workflow. I installed https://40ants.com/run-tests/, and it worked ~on the first try~ after I edited it to specify lurk as the system to test.

This does 'more' than we need, like install Roswell, but that it also does exactly what we do need with no fuss suggests that it being 'feature-rich' might be a good thing.

In any case, not having CI set up has been an annoyance, so let's not overthink it.

I'm going to push one commit breaking a test to prove to myself that this breaks the CI check. If so, I'll roll that back and we can call it good.

porcuquine commented 2 years ago

Broken test leads to CI failure as expected.