Skip to content

Commit 8a24a20

Browse files
committed
Auto merge of #150534 - Kobzol:dist-test-rustdoc, r=Urgau
Run rustdoc tests in opt-dist tests Context: #150287 try-job: dist-x86_64-linux
2 parents bf6b5b9 + 03d2bcc commit 8a24a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/opt-dist/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ llvm-config = "{llvm_config}"
123123
"tests/run-make/rust-lld-x86_64-unknown-linux-gnu-dist",
124124
"tests/ui",
125125
"tests/crashes",
126+
"tests/rustdoc",
126127
];
127128
for test_path in env.skipped_tests() {
128129
args.extend(["--skip", test_path]);

0 commit comments

Comments
 (0)