Skip to content

Commit 345e7b5

Browse files
authored
Fix recurse (#13590)
1 parent bf4bc95 commit 345e7b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ydb/tests/sql/ya.make

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ PEERDIR(
2121
)
2222

2323
END()
24+
25+
RECURSE(
26+
lib
27+
large
28+
)

ydb/tests/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RECURSE(
77
oss
88
postgres_integrations
99
sql
10-
sql/large
1110
stability
1211
stress
1312
supp

0 commit comments

Comments
 (0)