Skip to content

Commit c22256c

Browse files
committed
Delete missing file from tests
1 parent 0f4ec9c commit c22256c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NDTensors/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using SafeTestsets: @safetestset
77
filenames = filter(readdir(@__DIR__)) do f
88
startswith("test_")(f) && endswith(".jl")(f)
99
end
10-
for dir in ["lib", "ext"]
10+
for dir in ["lib"]
1111
push!(filenames, joinpath(dir, "runtests.jl"))
1212
end
1313
@testset "Test $(@__DIR__)/$filename" for filename in filenames

0 commit comments

Comments
 (0)