Skip to content

Commit a4d217c

Browse files
author
Frankie Robertson
committed
Make top level test verbose
1 parent 83803b2 commit a4d217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using Test
2424
include("./dummy.jl")
2525
using .Dummy
2626

27-
@testset "test" begin
27+
@testset verbose=true "Test ComputerAdaptiveTesting.jl" begin
2828
include("./aqua.jl")
2929
include("./jet.jl")
3030
include("./ability_estimator_1d.jl")

0 commit comments

Comments
 (0)