Skip to content

Commit 6bc67bf

Browse files
committed
Insert GC call before doctests
1 parent 4f177b8 commit 6bc67bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ include("test_util.jl")
114114
# This is a line that starts with "└ @ " and ends with the line number.
115115
r"└ @ .+:[0-9]+",
116116
]
117+
GC.gc()
117118
doctest(DynamicPPL; manual=false, doctestfilters=doctestfilters)
118119
end
119120
end

0 commit comments

Comments
 (0)