π How a Simple Git Trick Cut My CI/CD Pipeline Time by 50%
While building a new CI pipeline, I noticed that one particular unit test was painfully slow, while all others completed in under a second.
After investigating, I discovered the issue:That test was cloning an entire Git repository (~2 GB) just to use...
blog.cloudycode.dev3 min read