From 295aa1cfef3df6fb6757eaa798cbe88b1d09afcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kru=CC=88ger?= Date: Fri, 19 Jan 2018 14:39:27 +0100 Subject: [PATCH] add integration tests to workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf900f8..df522cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,2 @@ [workspace] -members = ["tests", "cli", "bridge"] +members = ["tests", "cli", "bridge", "integration-tests"]