From 15b4959da99068ca6ceda5a7e5c9cd3f921a465a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 9 Jan 2019 23:05:44 +0100 Subject: [PATCH] add "--threads:on" to tests --- tests/config.nims | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config.nims b/tests/config.nims index 6a401e8..6efc656 100644 --- a/tests/config.nims +++ b/tests/config.nims @@ -1,3 +1,4 @@ switch("path", "$projectDir/..") +switch("threads", "on") # switch("hints", "off") # switch("verbosity", "0")