Auto merge of #150534 - Kobzol:dist-test-rustdoc, r=Urgau
Run rustdoc tests in opt-dist tests Context: https://github.com/rust-lang/rust/issues/150287 try-job: dist-x86_64-linux
This commit is contained in:
commit
8a24a202aa
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ llvm-config = "{llvm_config}"
|
|||
"tests/run-make/rust-lld-x86_64-unknown-linux-gnu-dist",
|
||||
"tests/ui",
|
||||
"tests/crashes",
|
||||
"tests/rustdoc",
|
||||
];
|
||||
for test_path in env.skipped_tests() {
|
||||
args.extend(["--skip", test_path]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue