add "--threads:on" to tests

This commit is contained in:
Ștefan Talpalaru 2019-01-10 23:25:51 +01:00 committed by zah
parent d645a88dfe
commit 0156cbd7f4
1 changed files with 1 additions and 0 deletions

View File

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