mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
appveyor: on_finish run after saving cache
Use after_test instead
This commit is contained in:
parent
4a388e1fd5
commit
607f795349
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue