From 4412a3cc989b36746e44ad223392a22e688f6841 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Thu, 12 Dec 2024 14:42:34 +0000 Subject: [PATCH] verbose=true for main testset --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index f8ec885f5..a8d0e4603 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -42,7 +42,7 @@ Random.seed!(100) include("test_util.jl") -@testset "DynamicPPL.jl" begin +@testset verbose=true "DynamicPPL.jl" begin if GROUP == "All" || GROUP == "DynamicPPL" @testset "interface" begin include("utils.jl")