How to test a specific stage of the challenge using git cli?

Currently the platform tests for the current stage when we push to the repository. Is there a way to specify a particular stage to test?

For example, if I want to run the test for stage #FE4 then how can I do that?

I am not sure if we can do that using codecrafters cli. I am doing these challenges on my office laptop and it requires admin passwords to install codecrafters cli that’s why I can’t use it.

This isn’t possible at the moment :slight_smile: We have plans to add it in the future (example: Ability to run tests for previous stages - #2 by edgerunner), but it’ll be codecrafters CLI-only. With Git we can’t accept any additional information / flags so we’re kind of limited in what we can do.