aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Rysin <35688753+naspirato@users.noreply.github.com>2024-09-06 17:02:53 +0200
committerGitHub <noreply@github.com>2024-09-06 15:02:53 +0000
commita380bc780cc6a8515a459705a604b16a0e3a073c (patch)
treefc9182f8963b9c979a975077da96d48156a1f2cb
parente10ef55a9580e0773e309f9c33a367da06dd2ef8 (diff)
downloadydb-a380bc780cc6a8515a459705a604b16a0e3a073c.tar.gz
Update summary.html build type (#8879)
-rw-r--r--.github/scripts/tests/templates/summary.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/scripts/tests/templates/summary.html b/.github/scripts/tests/templates/summary.html
index a2c297fb54..16c96a76e0 100644
--- a/.github/scripts/tests/templates/summary.html
+++ b/.github/scripts/tests/templates/summary.html
@@ -306,7 +306,7 @@
testName = namePieces[0] + '.' + namePieces[1] + '::' + namePieces.slice(2).join('::');
}
- const cmdArg = `./ya make -ttt --build release -k -F '${testName}' ${path}`;
+ const cmdArg = `./ya make -ttt --build relwithdebinfo -k -F '${testName}' ${path}`;
console.log(cmdArg);
@@ -697,4 +697,4 @@
</table>
{% endfor %}
</body>
-</html> \ No newline at end of file
+</html>