From 6bc67bfe313c5b186f1f047eef1a1867b52f5ea9 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Thu, 12 Dec 2024 11:21:51 +0000 Subject: [PATCH] Insert GC call before doctests --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index aea02a337..f8ec885f5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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