Skip to content

Commit

Permalink
Buildkite runs all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro authored Nov 15, 2023
1 parent 92bf99c commit 42549a6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ get(ENV,"QUANTUMSAVORY_PLOT_TEST","")=="true" && @doset "plotting_cairo"
get(ENV,"QUANTUMSAVORY_PLOT_TEST","")=="true" && @doset "plotting_gl"
get(ENV,"QUANTUMSAVORY_PLOT_TEST","")=="true" && VERSION >= v"1.9" && @doset "doctests"

const GROUP = get(ENV, "GROUP", "All")
begin
if GROUP == "QUANTUMSAVORY_PLOT_TEST"
@safetestset "plotting_cairo" begin include("test_plotting_cairo.jl") end
@safetestset "plotting_gl" begin include("test_plotting_gl.jl") end
@safetestset "doctests" begin include("test_doctests.jl") end
end
end

get(ENV,"JET_TEST","")=="true" && @doset "jet"

using Aqua
Expand Down

0 comments on commit 42549a6

Please sign in to comment.