Skip to content

Commit

Permalink
Insert GC call before doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Dec 12, 2024
1 parent 4f177b8 commit 6bc67bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ include("test_util.jl")
# This is a line that starts with "└ @ " and ends with the line number.
r"└ @ .+:[0-9]+",
]
GC.gc()
doctest(DynamicPPL; manual=false, doctestfilters=doctestfilters)
end
end
Expand Down

0 comments on commit 6bc67bf

Please sign in to comment.