I added a CI script to be able to run the exercise tests against the example solution. It's based on the run-tests script from the C track.
You can test specific exercises by passing the names of the exercises as arguments or run it without arguments in which case all exercises will be tested.
Would appreciate some feedback if you have time :)
Hi @sshine,
I added a CI script to be able to run the exercise tests against the example solution. It's based on the run-tests script from the C track. You can test specific exercises by passing the names of the exercises as arguments or run it without arguments in which case all exercises will be tested.
Would appreciate some feedback if you have time :)