mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-28 20:55:45 +00:00
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…
x
Reference in New Issue
Block a user