onlydustxyz / starklings

An interactive tutorial to get you up and running with Starknet
309 stars 83 forks source link

CI: run tests on patched exercises in github action #101

Closed tdelabro closed 2 years ago

tdelabro commented 2 years ago

We can do this using the patch_and_test_exercises.sh script and check if it returned an error code or 0.

To discuss: In the current implementation the script test that each exercise that have a patch, pass the test. Maybe we instead want to check for each existing exercises if 1) it have a patch 2) it pass the tests once patched Should it be blocking in order to guarantee that every added exercise is doable ?