add "--threads:on" to tests
This commit is contained in:
parent
d645a88dfe
commit
0156cbd7f4
|
@ -14,6 +14,7 @@ proc configForTests() =
|
|||
--debuginfo
|
||||
--path: "."
|
||||
--run
|
||||
--threads: on
|
||||
|
||||
task test, "run CPU tests":
|
||||
configForTests()
|
||||
|
|
Loading…
Reference in New Issue