Skip to content

Commit 2993aa6

Browse files
Only test alternative build targets on v1.9
It's version dependent.
1 parent 327a030 commit 2993aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if GROUP == "All" || GROUP == "Core"
3737
@safetestset "Build Function Test" begin include("build_function.jl") end
3838
@safetestset "Build Function Array Test" begin include("build_function_arrayofarray.jl") end
3939
@safetestset "Build Function Array Test Named Tuples" begin include("build_function_arrayofarray_named_tuples.jl") end
40-
@safetestset "Build Targets Test" begin include("build_targets.jl") end
40+
VERSION >= v"1.9" && @safetestset "Build Targets Test" begin include("build_targets.jl") end
4141
@safetestset "Latexify Test" begin include("latexify.jl") end
4242
@safetestset "Domain Test" begin include("domains.jl") end
4343
@safetestset "SymPy Test" begin include("sympy.jl") end

0 commit comments

Comments
 (0)