Skip to content

Cache Gitlab CI Cargo artifacts

Michael Aaron Murphy requested to merge gitlab-cache into master

This slightly improves build times, and may majorly improve it over time as this project gets larger. If external dependencies are ever used, it will cache them as well so they do not need to be downloaded / compiled again.

Merge request reports