jjmark15 / quiz-app

MIT License
0 stars 0 forks source link

speed up cargo build in github actions #27

Closed jjmark15 closed 4 years ago

jjmark15 commented 4 years ago

Background Currently each build starts from scratch causing long build times

Requirements Speed up the build time

Describe the solution you'd like Cache the build results after each successful run

Additional context https://github.com/actions/cache https://github.com/actions/cache/blob/master/examples.md#rust---cargo https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows

jjmark15 commented 4 years ago

solved in 93836c40818423f05702393d3072eb8ef5081277