add "--threads:on" to tests
This commit is contained in:
parent
9b21ca7e14
commit
53baf442f2
@ -13,6 +13,7 @@ proc test(name: string, lang: string = "c") =
|
||||
if not dirExists "build":
|
||||
mkDir "build"
|
||||
--run
|
||||
--threads:on
|
||||
switch("out", ("./build/" & name))
|
||||
setCommand lang, "tests/" & name & ".nim"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user