test refc in CI in Nim 2.0 and later (#75)
This commit is contained in:
parent
8e95e747d1
commit
b751ffa7b6
|
@ -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, "Runs rest tests":
|
||||
run "", "tests/testall"
|
||||
|
|
Loading…
Reference in New Issue