Don't cache ~/.npm and ~/.cargo

The save/restore overhead from cache is not a significant time savings
This commit is contained in:
Michael Vines 2020-08-14 11:48:50 -07:00 committed by mergify[bot]
parent 20dc857d61
commit bb7bac72cd
1 changed files with 0 additions and 2 deletions

View File

@ -5,9 +5,7 @@ notifications:
email: false
cache:
cargo: true
directories:
- "~/.npm"
- "~/.cache"
services: