We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1146db commit 2f9e372Copy full SHA for 2f9e372
test/runtests.jl
@@ -4,7 +4,7 @@ using Pkg, Test, SafeTestsets
4
if haskey(ENV, "SU_BENCHMARK_ONLY")
5
@safetestset "Benchmark" begin include("benchmark.jl") end
6
else
7
- if VERSION < v"1.12"
+ if v"1.11" <= VERSION < v"1.12"
8
# as of this comment, `@snoop_inference` on 1.12 has a tendency to never
9
# end. I have kept a REPL going for 24 hours.
10
@safetestset "Precompilation" begin include("precompilation.jl") end
0 commit comments