Is there a way to retest refactored code on earlier sub-challenges

I refactored my code and it fails on the sub-challenge “download file” in Torrent client project.
I want to retest it on the earlier sub-challenges test cases like “download a file piece”.

I am using windows so unable to use the codecrafter CLI to run the specific tests.
I use git push to test my code.
Is there a way to retest on the earlier sub-challenges ?

You can install the CLI through WSL : Install WSL | Microsoft Learn

Then codecrafters test --previous