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 2498b9e commit 19e7f62Copy full SHA for 19e7f62
test/runtests.jl
@@ -35,8 +35,9 @@ if VERSION >= v"1.9"
35
# Attempting to do so on a version of Julia older than the one used to
36
# create those manifests can cause errors in `Pkg.instantiate()`.
37
include("test_notebooks.jl")
38
-end
39
40
-@testset "benchmarks" begin
41
- @test begin include("../perf/runbenchmarks.jl"); true end
+ @testset "benchmarks" begin
+ @test begin include("../perf/runbenchmarks.jl"); true end
+ end
42
end
43
+
0 commit comments