I’ve been working with many clients lately who host their Rust projects on GitHub. CI is typically a bottleneck in the development process since it can significantly slow down feedback loops. However, there are several effective ways to speed up your GitHub Actions workflows! Want a Real-World Example? Check out this production-ready GitHub Actions workflow that implements all the tips from this article: click here. Also see Arpad Borsos’ workflow templates for Rust projects. Use Swatinem...