mirror of https://github.com/status-im/nim-eth.git
test refc in CI in Nim 2.0 and later (#676)
This commit is contained in:
parent
bb1ab544fc
commit
16de7e7f5d
|
@ -43,6 +43,8 @@ proc build(args, path, outdir: string) =
|
|||
|
||||
proc run(args, path, outdir: string) =
|
||||
build args & " -r", path, outdir
|
||||
if (NimMajor, NimMinor) > (1, 6):
|
||||
build args & " --mm:refc -r", path, outdir
|
||||
|
||||
task test_keyfile, "Run keyfile tests":
|
||||
run "-d:release", "tests/keyfile/all_tests", "keyfile"
|
||||
|
|
Loading…
Reference in New Issue