Skip to content

Commit 7e9ce10

Browse files
committed
change runtest back
1 parent d9ef212 commit 7e9ce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using ITensorNetworks
66
@testset "ITensorNetworks.jl, test directory $root" for (root, dirs, files) in walkdir(
77
joinpath(pkgdir(ITensorNetworks), "test")
88
)
9-
test_files = ["test_binary_tree_partition.jl"]# filter!(f -> occursin(Glob.FilenameMatch("test_*.jl"), f), files)
9+
test_files = filter!(f -> occursin(Glob.FilenameMatch("test_*.jl"), f), files)
1010
@testset "Test file $test_file" for test_file in test_files
1111
println("Running test file $test_file")
1212
@time include(joinpath(root, test_file))

0 commit comments

Comments
 (0)