nano-tests (ipc transport) to the CI (#1793)
* fix nano interface * add nano tests to target
This commit is contained in:
parent
d891e80ad7
commit
27d9964001
@ -377,7 +377,7 @@ mod service_tests {
|
||||
}
|
||||
}
|
||||
|
||||
impl IpcInterface<DummyService> for DummyService {
|
||||
impl IpcInterface for DummyService {
|
||||
fn dispatch<R>(&self, _r: &mut R) -> Vec<u8> where R: Read {
|
||||
vec![]
|
||||
}
|
||||
|
@ -13,4 +13,5 @@ export TARGETS="
|
||||
-p ethsync \
|
||||
-p ethcore-ipc \
|
||||
-p ethcore-ipc-tests \
|
||||
-p ethcore-ipc-nano \
|
||||
-p parity"
|
||||
|
Loading…
Reference in New Issue
Block a user