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.
2 parents 33bf509 + 6cc1e69 commit 941a346Copy full SHA for 941a346
test/runtests.jl
@@ -4,7 +4,7 @@ using SciMLBenchmarks, Test
4
benchmarks_dir = joinpath(dirname(@__DIR__), "benchmarks")
5
SciMLBenchmarks.weave_file(joinpath(benchmarks_dir, "Testing"), "test.jmd")
6
7
- @test isfile(joinpath(dirname(@__DIR__), "script", "Testing", "test.jl"))
+ #@test isfile(joinpath(dirname(@__DIR__), "script", "Testing", "test.jl"))
8
#@test isfile(joinpath(dirname(@__DIR__), "html", "Testing", "test.html"))
9
@test isfile(joinpath(dirname(@__DIR__), "markdown", "Testing", "test.md"))
10
end
0 commit comments