Skip to content

Commit 2f9e372

Browse files
refactor: only run precompilation on 1.11
1 parent b1146db commit 2f9e372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Pkg, Test, SafeTestsets
44
if haskey(ENV, "SU_BENCHMARK_ONLY")
55
@safetestset "Benchmark" begin include("benchmark.jl") end
66
else
7-
if VERSION < v"1.12"
7+
if v"1.11" <= VERSION < v"1.12"
88
# as of this comment, `@snoop_inference` on 1.12 has a tendency to never
99
# end. I have kept a REPL going for 24 hours.
1010
@safetestset "Precompilation" begin include("precompilation.jl") end

0 commit comments

Comments
 (0)