Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tripleO authored Nov 14, 2023
1 parent 246dbcf commit 958749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
Pkg.instantiate()
using SafeTestsets
@info "Running Doctests"
@safetestset "doctests" begin include("test/test_doctests.jl")
@safetestset "doctests" begin include("test/test_doctests.jl") end
@info "Plotting Cairo"
@safetestset "plotting_cairo" begin include("test/test_plotting_cairo.jl") end
@info "Plotting GL"
Expand Down

0 comments on commit 958749a

Please sign in to comment.