diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-28 17:14:29 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-28 17:31:40 +0300 |
commit | 2b06fb34ee993c45ddb9bc2d5565e3fe823520fa (patch) | |
tree | e138d11bec1f68df05b1b24e32bd3ce6cea43a58 /ya.conf | |
parent | 61b95f0d7c4aec00b2f87a983dbe78a3cfe95b4a (diff) | |
download | ydb-2b06fb34ee993c45ddb9bc2d5565e3fe823520fa.tar.gz |
Intermediate changes
Diffstat (limited to 'ya.conf')
-rw-r--r-- | ya.conf | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -27,7 +27,7 @@ build_python_coverage_report = false build_sancov_coverage_report = true build_ts_coverage_report = true canonization_result_node = true -canonize = false +canonize = true check_external = false check_mds = false check_resource = false @@ -36,7 +36,7 @@ cov_merge_vfs = false create_allure_report = true download = true list_result_node = true -list_tests = false +list_tests = true merge_coverage_inplace = true merge_python_coverage = true minimize_fuzz_corpus = true @@ -52,12 +52,12 @@ results_accumulator = false results_merger = false run_boost_test = true run_check = false -run_clang_tidy = false +run_clang_tidy = true run_classpath_clash = true run_coverage_extractor = true run_custom_lint = true run_diff_test = false -run_eslint = false +run_eslint = true run_exectest = false run_fuzz = false run_fuzz_result_node = true @@ -68,9 +68,9 @@ run_go_vet = true run_gtest = true run_hermione = true run_hermione_beta = true -run_javastyle = false +run_javastyle = true run_jest = true -run_ktlint_test = false +run_ktlint_test = true run_pyimports = true run_skipped_test = true run_test = false |