add "--threads:on" to tests
This commit is contained in:
parent
d645a88dfe
commit
0156cbd7f4
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue