It’s not producing enough lines. https://github.com/exercism/8th/actions/runs/8993728337/job/24706011851#step:6:53
So how did it pass CI in the PR? The exercise was not tested.
https://github.com/exercism/8th/actions/runs/8987808552/job/24687186139
Looks like a bug here in the workflow: branch main is being tested for pull requests.
https://github.com/exercism/8th/blob/4add41d355e035df161036985d54ec78c490b06b/.github/workflows/test.yml#L7
- Compare that to another track (gleam for example)
https://github.com/exercism/gleam/blob/main/.github/workflows/test.yml
@ErikSchierboom would you agree?