exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 29 forks source link

Add draft test CI #195

Closed BNAndras closed 4 months ago

BNAndras commented 4 months ago

Should fix #180. The CI is adapted from https://github.com/exercism/gdscript/blob/main/.github/workflows/test.yml and uses the LFE test runner image to test each file.

BNAndras commented 4 months ago

@ErikSchierboom, the proposed test CI fails on Luhn. That's a good sign, and I've confirmed that the example.lfe fails on the website so that file should be updated.