From 86d9e9051d5814cf46f6b5c8c07c258e7a095a15 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 14 Oct 2017 01:36:39 -0700 Subject: [PATCH] do not use skeptic tests for cov report --- Cargo.toml | 1 + tests/{test_skeptic.rs => skeptic.rs} | 0 2 files changed, 1 insertion(+) rename tests/{test_skeptic.rs => skeptic.rs} (100%) diff --git a/Cargo.toml b/Cargo.toml index 8b00260c1..ec4c63205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ log = "0.3" env_logger = "*" #actix = { git="https://github.com/fafhrd91/actix.git" } +skeptic = { version = "0.13", optional = true } [dependencies.actix] #path = "../actix" diff --git a/tests/test_skeptic.rs b/tests/skeptic.rs similarity index 100% rename from tests/test_skeptic.rs rename to tests/skeptic.rs