From a4add0858725913ba0da57734a4f2ccc6424331d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 2 Jan 2026 17:38:34 +0100 Subject: [PATCH] Run rustdoc-ui tests in opt-dist tests --- src/tools/opt-dist/src/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/opt-dist/src/tests.rs b/src/tools/opt-dist/src/tests.rs index 29168b25f7f6d..b2595cdc653a7 100644 --- a/src/tools/opt-dist/src/tests.rs +++ b/src/tools/opt-dist/src/tests.rs @@ -124,6 +124,7 @@ llvm-config = "{llvm_config}" "tests/ui", "tests/crashes", "tests/rustdoc", + "tests/rustdoc-ui", ]; for test_path in env.skipped_tests() { args.extend(["--skip", test_path]);