From c3a24099579e797789b8c2a91a02e6b759df8605 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Wed, 14 Jun 2017 20:51:01 +0200 Subject: [PATCH] feat(all): Fix AppVeyor tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 524b3db..a931d1d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,4 +12,4 @@ install: - cargo -vV build: false test_script: - - cargo test + - cd lettre_email; cargo test