blob: a245f745847b7cdebc0c79018fe8a26e76710b2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/Cargo.toml b/Cargo.toml
index 12f578a..e8e27dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,10 +15,6 @@ build = "build.rs"
[[bin]]
name = "cargo-tarpaulin"
-[[test]]
-name = "integration"
-path = "tests/mod.rs"
-
[dependencies]
cargo_metadata = "0.14"
chrono = "0.4"
|