test both refc and ORC in post-1.6 Nim versions (#6)
This commit is contained in:
parent
e5a39fcc2c
commit
d3d45db126
|
@ -21,3 +21,6 @@ task test, "Run all tests":
|
|||
test "--threads:off", "tests/test_all.nim"
|
||||
test "--threads:on", "tests/test_all.nim"
|
||||
|
||||
if (NimMajor, NimMinor) > (1, 6):
|
||||
test "--threads:off --mm:refc", "tests/test_all.nim"
|
||||
test "--threads:on --mm:refc", "tests/test_all.nim"
|
||||
|
|
Loading…
Reference in New Issue