From 097129cc7531d0ef6420286d0a215fe4fc2cb118 Mon Sep 17 00:00:00 2001 From: coffeepots Date: Thu, 26 Apr 2018 19:33:45 +0100 Subject: [PATCH] Stops errors when nimble test is using different backend --- eth_rpc.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/eth_rpc.nimble b/eth_rpc.nimble index 7455c6e..2ba4177 100644 --- a/eth_rpc.nimble +++ b/eth_rpc.nimble @@ -14,6 +14,7 @@ proc configForTests() = --debuginfo --path: "." --run + --forceBuild task test, "run tests": configForTests()