From 27d9964001581c27bf532d1c416fe2d0086973d5 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Mon, 1 Aug 2016 20:15:05 +0300 Subject: [PATCH] nano-tests (ipc transport) to the CI (#1793) * fix nano interface * add nano tests to target --- ipc/nano/src/lib.rs | 2 +- scripts/targets.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ipc/nano/src/lib.rs b/ipc/nano/src/lib.rs index f5fdef8ed..ee5dd500d 100644 --- a/ipc/nano/src/lib.rs +++ b/ipc/nano/src/lib.rs @@ -377,7 +377,7 @@ mod service_tests { } } - impl IpcInterface for DummyService { + impl IpcInterface for DummyService { fn dispatch(&self, _r: &mut R) -> Vec where R: Read { vec![] } diff --git a/scripts/targets.sh b/scripts/targets.sh index 0885bf2c8..1570199f5 100644 --- a/scripts/targets.sh +++ b/scripts/targets.sh @@ -13,4 +13,5 @@ export TARGETS=" -p ethsync \ -p ethcore-ipc \ -p ethcore-ipc-tests \ + -p ethcore-ipc-nano \ -p parity"