test both refc and ORC in post-1.6 Nim versions (#6)

This commit is contained in:
tersec 2023-04-13 21:54:46 +00:00 committed by GitHub
parent e5a39fcc2c
commit d3d45db126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"