exercism / unison

Exercism exercises in Unison.
https://exercism.org/tracks/unison
MIT License
3 stars 19 forks source link

Update test workflow to verify exercises #24

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 2 years ago

The test GHA workflow calls the bin/test script, which iterates over all concept and practice exercise and verifies their implementation.

I've implemented this to also allow the bin/test script to run locally, provided Docker and jq are installed.