Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 18, 2022
1 parent 52dee70 commit e1d939f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ end

@testset "Examples" begin
if Sys.islinux()
for be in (:unicodeplots, :pgfplotsx, :plotlyjs, :pyplot, :inspectdr, :gaston)
for be in (:gr, :unicodeplots, :pgfplotsx, :plotlyjs, :pyplot, :inspectdr, :gaston)
@info be
for (i, pl) in
Plots.test_examples(be, skip = Plots._backend_skips[be], disp = is_ci()) # `ci` display for coverage
Expand Down

0 comments on commit e1d939f

Please sign in to comment.