matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
143 stars 33 forks source link

Cache dependencies in GitHub Actions workflows #34

Open callahad opened 3 years ago

callahad commented 3 years ago

Could probably significantly speed up GHA checks if dependencies were cached per https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows

Basic example for a Rust project at: https://github.com/actions/cache/blob/main/examples.md#rust---cargo

callahad commented 3 years ago

https://github.com/Swatinem/rust-cache could be worth looking at