From 6068c473813a26780dbec4ec50526bbcf9789f54 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 28 Mar 2018 04:21:25 +0300 Subject: [PATCH] Remove tests from nimble skipDirs. --- ethp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethp2p.nimble b/ethp2p.nimble index dac11b1..8256643 100644 --- a/ethp2p.nimble +++ b/ethp2p.nimble @@ -5,7 +5,7 @@ version = "1.0.0" author = "Status Research & Development GmbH" description = "Ethereum P2P library" license = "MIT" -skipDirs = @["tests", "Nim"] +skipDirs = @["Nim"] requires "nim > 0.18.0", "https://github.com/status-im/nim-rlp >= 1.0.1", "https://github.com/cheatfate/nimcrypto >= 0.1.0", "https://github.com/status-im/nim-secp256k1 >= 0.1.0"