appveyor: on_finish run after saving cache

Use after_test instead
This commit is contained in:
Lzu Tao 2019-10-18 00:44:13 +07:00
parent 4a388e1fd5
commit 607f795349

View file

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