Skip to content

Commit

Permalink
Only test alternative build targets on v1.9
Browse files Browse the repository at this point in the history
It's version dependent.
  • Loading branch information
ChrisRackauckas authored Oct 10, 2023
1 parent 327a030 commit 2993aa6
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 @@ -37,7 +37,7 @@ if GROUP == "All" || GROUP == "Core"
@safetestset "Build Function Test" begin include("build_function.jl") end
@safetestset "Build Function Array Test" begin include("build_function_arrayofarray.jl") end
@safetestset "Build Function Array Test Named Tuples" begin include("build_function_arrayofarray_named_tuples.jl") end
@safetestset "Build Targets Test" begin include("build_targets.jl") end
VERSION >= v"1.9" && @safetestset "Build Targets Test" begin include("build_targets.jl") end
@safetestset "Latexify Test" begin include("latexify.jl") end
@safetestset "Domain Test" begin include("domains.jl") end
@safetestset "SymPy Test" begin include("sympy.jl") end
Expand Down

0 comments on commit 2993aa6

Please sign in to comment.