informative test skipping

pull/353/head
Shuhei Kadowaki 2020-05-25 11:46:54 +09:00
parent 84e91104d5
commit 227ab2cbf8
1 changed files with 4 additions and 2 deletions

View File

@ -64,14 +64,16 @@ macro jmd_str(s) mock_doc(s) end
# end
# trigger only on CI
get(ENV, "CI", nothing) == "true" && begin
if get(ENV, "CI", nothing) == "true"
@testset "Plots" begin
include("plotsjl_test.jl")
end
@testset "Gadfly" begin
include("gadfly_formats.jl")
end
else
@info "skipped Plots.jl and Gadfly.jl integration test"
end
try