diff options
| author | Maxim Yurchuk <[email protected]> | 2024-11-20 10:45:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-20 10:45:53 +0000 |
| commit | 2c7938962d8689e175574fc1e817c05049f27905 (patch) | |
| tree | 3528bc234f2cc5cf432264e5feeb10a91f20a94d | |
| parent | d4cd408ae5fa4a71f6d824971b494d2d20e7eb80 (diff) | |
Use release build in compatability test (#11783)
| -rw-r--r-- | ydb/tests/library/compatibility/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/tests/library/compatibility/ya.make b/ydb/tests/library/compatibility/ya.make index 19145918dd4..1ead61b6f36 100644 --- a/ydb/tests/library/compatibility/ya.make +++ b/ydb/tests/library/compatibility/ya.make @@ -1,7 +1,7 @@ UNION() RUN_PROGRAM( - ydb/tests/library/compatibility/downloader stable-24-3/relwithdebinfo/ydbd ydbd-last-stable + ydb/tests/library/compatibility/downloader stable-24-3/release/ydbd ydbd-last-stable OUT_NOAUTO ydbd-last-stable ) |
