mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-03-02 12:50:31 +00:00
test both refc and ORC in post-1.6 Nim versions (#73)
This commit is contained in:
parent
51a881a9c7
commit
273aa6cc3f
@ -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…
x
Reference in New Issue
Block a user