Swift - Adding skip tag on practice exericse

I had a though of adding skip tags to all but the first test of all practice exercises (the same system which is available for the concept exercises), this aims to make it easier to debug your code. You can by writing export RUNALL=true make so all test are runned at all time if you don’t like that kind of behavior. Are there any thoughts on such a change?

I think that makes sense. It’s something that is done on a lot of different tracks, and it does make it easier to work through the exercises, in my experience.