From 782962ce5ad79cbc3880c5dc495e43d02c1f4681 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Wed, 14 Jun 2017 21:50:41 +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 058e8cc..cdbcdca 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,6 +18,6 @@ install: - cargo -vV build: false test_script: - - cargo test --verbose --manifest-path lettre/Cargo.toml + - cargo build --verbose --manifest-path lettre/Cargo.toml - cargo test --verbose --manifest-path lettre_email/Cargo.toml