Parallelize test running #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need more info on how we're gonna do this.
Haven't started on this. Does it even matter?
Run each unit test on a separate thread, collect result, and print an aggregate report on the main thread when complete.
Bonus points: Show a neat progress indicator.