CI: rfl: build the generated doctests and documentation by ojeda · Pull Request #128367 · rust-lang/rust (original) (raw)
We were already generating the doctests, which should already catch most
issues with our hack around --test-builder
and --no-run
.
However, we were not building the result of that transformation, thus build it for completeness and to ensure the hack may not have produced something completely broken.
In the worst case, we can revert it.
Signed-off-by: Miguel Ojeda ojeda@kernel.org
Since the rfl
CI job has not had almost any issue for some weeks,
it is a good time to try to increase a bit the scope of what it tests.
The kernel does not use any particular rustdoc
unstable issue (apart
from the doctests ones) so far, so in principle it should not introduce
extra issues here, and may be a good extra test case for Rust.
In addition, it may help to test new unstable features in the future.
In the worst case, we can revert it.
Signed-off-by: Miguel Ojeda ojeda@kernel.org