Skip to content

Commit 96ff276

Browse files
authored
Add a GC pass after certain tests (#864)
1 parent b671286 commit 96ff276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ end
2626

2727
include(joinpath(@__DIR__, "testutils.jl"))
2828

29-
include("ReadmeTest.jl")
30-
include("ExtrasTest.jl")
31-
include("NumberTypeTest.jl")
32-
include("FractionalTest.jl")
29+
include("ReadmeTest.jl"); GC.gc();
30+
include("ExtrasTest.jl"); GC.gc();
31+
include("NumberTypeTest.jl"); GC.gc();
32+
include("FractionalTest.jl"); GC.gc();
3333

3434
@testset "Chebyshev and Fourier" begin
3535
@test norm(Fun(x->Fun(cos,Fourier(-π .. π),20)(x),20)-Fun(cos,20)) <100eps()

0 commit comments

Comments
 (0)