Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into generic-lookup-work…
Browse files Browse the repository at this point in the history
…around
  • Loading branch information
arnetheduck committed Mar 10, 2024
2 parents c95e0ba + 193d3c6 commit 8775571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions results.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ task test, "Runs the test suite":
for f in ["test_results.nim", "test_results2.nim"]:
for opt in ["", "-d:resultsGenericBindingWorkaround=false"]:
test opt, "tests/" & f
if (NimMajor, NimMinor) >= (2, 0):
test opt & " --mm:refc", "tests/" & f

task bench, "Run benchmark":
test "-d:release", "benchmarks/benchmark.nim"

0 comments on commit 8775571

Please sign in to comment.