Skip to content

Commit

Permalink
test refc in CI in Nim 2.0 and later (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Feb 14, 2024
1 parent d236de0 commit 5d4837b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blscurve.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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

### tasks
task test, "Run all tests":
Expand Down

0 comments on commit 5d4837b

Please sign in to comment.