Auto merge of #4687 - lzutao:before-cache-appveyor, r=Manishearth

appveyor: on_finish run after saving cache

According to <https://www.appveyor.com/docs/build-configuration/#build-pipeline>
on_finish step runs after saving cache step, we should use after_test instead.

changelog: none
This commit is contained in:
bors 2019-10-18 04:53:16 +00:00
commit ee6fc1bead
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ branches:
cache:
- '%USERPROFILE%\.cargo'
on_finish:
after_test:
- cargo install -Z install-upgrade cargo-cache --debug
- cargo cache --autoclean