Skip to content

Commit

Permalink
Add one more compilation target.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Jun 10, 2024
1 parent 7630f39 commit e65abda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chronos.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ task test, "Run all tests":
if (NimMajor, NimMinor) > (1, 6):
# First run tests with `refc` memory manager.
run args & " --mm:refc", "tests/testall"
run args & " -d:useMalloc", "tests/testall"
run args, "tests/testall"

task test_v3_compat, "Run all tests in v3 compatibility mode":
Expand Down

0 comments on commit e65abda

Please sign in to comment.