From c29e4de623e8d14e74587a19025134c97ab7975d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 10 Jan 2019 23:07:58 +0100 Subject: [PATCH] add "--threads:on" to tests --- json_rpc.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/json_rpc.nimble b/json_rpc.nimble index 4fcdaa1..03fa2d6 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -19,6 +19,7 @@ proc configForTests() = --path: "." --run --forceBuild + --threads: on task test, "run tests": configForTests()