add "--threads:on" to tests

This commit is contained in:
Ștefan Talpalaru 2019-01-10 23:07:58 +01:00 committed by zah
parent 0cdeb04a12
commit c29e4de623

View File

@ -19,6 +19,7 @@ proc configForTests() =
--path: "."
--run
--forceBuild
--threads: on
task test, "run tests":
configForTests()