test refc in CI in Nim 2.0 and later (#47)

This commit is contained in:
tersec 2024-02-14 02:06:39 +00:00 committed by GitHub
parent 720fc5e5c8
commit b932ab0b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,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":
# TODO asyncdispatch backend is broken / untested