Skip to content

Commit 19e7f62

Browse files
committed
also skip benchmarks with incompatible manifest
1 parent 2498b9e commit 19e7f62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/runtests.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ if VERSION >= v"1.9"
3535
# Attempting to do so on a version of Julia older than the one used to
3636
# create those manifests can cause errors in `Pkg.instantiate()`.
3737
include("test_notebooks.jl")
38-
end
3938

40-
@testset "benchmarks" begin
41-
@test begin include("../perf/runbenchmarks.jl"); true end
39+
@testset "benchmarks" begin
40+
@test begin include("../perf/runbenchmarks.jl"); true end
41+
end
4242
end
43+

0 commit comments

Comments
 (0)