exercism / lfe

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

CI fails on testing `binary` #205

Closed BNAndras closed 3 months ago

BNAndras commented 3 months ago
Tests for binary have failed:
{
  "version": 1,
  "status": "fail",
  "message": "make: *** [Makefile:20: test] Error 1"
}
BNAndras commented 3 months ago

@ErikSchierboom, the example solution passes locally with the test runner image, and the CI uses that image as well. I think the problem is that although binary is the slug name, the exercise uses binary-string in a few places. So if we rename those to binary, the CI should pass hopefully.

The only thing I don't get is that this should have come up when I first added the test CI. As recently as two weeks, the CI was working just fine in https://github.com/exercism/lfe/actions/runs/8248260729/job/22558192657.

ErikSchierboom commented 3 months ago

The only thing I don't get is that this should have come up when I first added the test CI.

That is very odd. I don't see anything wrong with the CI script 🤔

BNAndras commented 3 months ago

The CI seems to pass without anything being changed to binary so this may just be an intermittent issue to look out for.