Skip to content

Commit

Permalink
Reenable trandom
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 3, 2023
1 parent 71b28d8 commit 74ac711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigints.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ task test, "Test bigints":
echo "testing " & backend & " backend"
for gc in ["refc", "arc", "orc"]:
echo " using " & gc & " GC"
for file in ["tbigints.nim", "tbugs.nim"]:
for file in ["tbigints.nim", "tbugs.nim", "trandom.nim"]:
exec "nim r --hints:off --experimental:strictFuncs --backend:" & backend & " --gc:" & gc & " tests/" & file
exec "nim doc --hints:off --backend:" & backend & " --gc:" & gc & " src/bigints.nim"

Expand Down

0 comments on commit 74ac711

Please sign in to comment.