From 607f795349eae286192f4e95b4407d3c7def4d69 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 18 Oct 2019 00:44:13 +0700 Subject: [PATCH] appveyor: on_finish run after saving cache Use after_test instead --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d15bdec98f0..984c31ace80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ branches: cache: - '%USERPROFILE%\.cargo' -on_finish: +after_test: - cargo install -Z install-upgrade cargo-cache --debug - cargo cache --autoclean