nimble test will now test with threading enabled/disabled

This commit is contained in:
Zahary Karadjov 2020-03-24 16:34:38 +02:00
parent ae60eef4e8
commit 0eab8cfeee
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 4 additions and 0 deletions

View File

@ -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"