test both refc and ORC in post-1.6 Nim versions (#52)
This commit is contained in:
parent
2d8883dc7f
commit
3c6afa3614
|
@ -28,6 +28,8 @@ proc build(args, path: string) =
|
|||
|
||||
proc run(args, path: string) =
|
||||
build args & " -r", path
|
||||
if (NimMajor, NimMinor) > (1, 6):
|
||||
build args & " --mm:refc -r", path
|
||||
|
||||
task test, "Run all tests":
|
||||
for threads in ["--threads:off", "--threads:on"]:
|
||||
|
|
Loading…
Reference in New Issue