From 02b75b4afc5afe7863dcd7dddbcc233d50acd1b1 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Thu, 14 May 2020 22:21:54 +0800 Subject: [PATCH] tests for tunnel is not running if local-tunnel is not set --- tests/tunnel.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tunnel.rs b/tests/tunnel.rs index 604d845d..47d66bb3 100644 --- a/tests/tunnel.rs +++ b/tests/tunnel.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "local-tunnel")] + use tokio::{ self, net::{TcpStream, UdpSocket},