Skip to content

Commit

Permalink
test refc in CI in Nim 2.0 and later (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Feb 19, 2024
1 parent 15e23ef commit d4c4313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskpools.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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 Taskpools tests":
# Internal data structures
Expand Down

0 comments on commit d4c4313

Please sign in to comment.