Skip to content

Commit d943ee5

Browse files
committed
try gc
1 parent 1d603dd commit d943ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/enzyme/main.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ADTYPES = OrderedDict(
1515

1616
@testset "$ad_key" for (ad_key, ad_type) in ADTYPES
1717
@testset "$(model.f)" for model in DEMO_MODELS
18+
GC.gc()
1819
@test run_ad(model, ad_type) isa Any
1920
end
2021
end

0 commit comments

Comments
 (0)