add "--threads:on" to tests

This commit is contained in:
Ștefan Talpalaru 2019-01-10 23:29:20 +01:00 committed by zah
parent 985f7404a5
commit c88d7df269
1 changed files with 1 additions and 0 deletions

View File

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