Skip to content

Commit 98052d2

Browse files
authored
Update test/Bridges/runtests.jl
1 parent c81fd80 commit 98052d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Bridges/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
using Test
88

9-
files_to_exclude = ["runtests.jl", "sdpa_models.jl", "utilities.jl", "identity_bridge.jl"]
9+
files_to_exclude =
10+
["runtests.jl", "sdpa_models.jl", "utilities.jl", "identity_bridge.jl"]
1011
@testset "$(file)" for file in readdir(@__DIR__; join = true)
1112
if !endswith(file, ".jl") || any(f -> endswith(file, f), files_to_exclude)
1213
continue

0 commit comments

Comments
 (0)