nimble test will now test with threading enabled/disabled
This commit is contained in:
parent
ae60eef4e8
commit
0eab8cfeee
|
@ -10,3 +10,7 @@ skipDirs = @["tests"]
|
|||
requires "nim >= 0.19.0",
|
||||
"faststreams",
|
||||
"stew"
|
||||
|
||||
task test, "Run all tests":
|
||||
exec "nim c -r --threads:off tests/test_all"
|
||||
exec "nim c -r --threads:on tests/test_all"
|
||||
|
|
Loading…
Reference in New Issue