Skip to content

Commit

Permalink
Merge pull request #168 from JuliaReach/schillic/time
Browse files Browse the repository at this point in the history
Remove 'time' macro in tests
  • Loading branch information
schillic authored Mar 1, 2024
2 parents 1ef9714 + e2e0292 commit 5166aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include("paper.jl")
@static if !Sys.iswindows() # broken due to SDPA
using Documenter
include("../docs/init.jl")
@time @testset "doctests" begin
@testset "doctests" begin
doctest(RangeEnclosures)
end
end
Expand Down

0 comments on commit 5166aee

Please sign in to comment.