Skip to content

Commit

Permalink
test refc in CI in Nim 2.0 and later (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Feb 14, 2024
1 parent 8e95e74 commit b751ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions presto.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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, "Runs rest tests":
run "", "tests/testall"

0 comments on commit b751ffa

Please sign in to comment.