Cache stuff on appveyor

This commit is contained in:
Pavan Kumar Sunkara 2020-02-01 21:24:44 +01:00
parent 2c323503aa
commit bd5b5adfb5

View file

@ -1,3 +1,6 @@
cache:
- '%USERPROFILE%\.cargo'
- target
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
@ -15,3 +18,6 @@ build: false
test_script:
- cargo test --all --no-default-features
- cargo test --all --features "yaml unstable"
notifications:
- provider: Email
on_build_success: false