ok-nick / ubs

fetch University at Buffalo class schedules in real-time
https://docs.rs/ubs-lib
MIT License
1 stars 0 forks source link

Cache build in CI #19

Open ok-nick opened 12 months ago

ok-nick commented 12 months ago

It's common for the CI to test the same code when validating the backend API for correctness. This currently takes anywhere from 1-2 minutes, which can be reduced to seconds with caching.

ok-nick commented 10 months ago

Can become very expensive when updating dependencies, is there a reliable way to trash old caches?