-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustbuild: Run all markdown documentation tests #33092
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @brson |
Ahh, the style guidelines. |
1dbb3bd
to
7c7d975
Compare
This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation. This also includes support for running the error index tests.
7c7d975
to
ede8944
Compare
@bors r+ |
📌 Commit ede8944 has been approved by |
rustbuild: Run all markdown documentation tests This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation.
💔 Test failed - auto-win-msvc-32-opt |
@bors: retry On Thu, Apr 21, 2016 at 12:18 PM, bors [email protected] wrote:
|
⌛ Testing commit ede8944 with merge 105b324... |
💔 Test failed - auto-win-msvc-64-opt-mir |
@bors: retry On Fri, Apr 22, 2016 at 8:25 AM, bors [email protected] wrote:
|
rustbuild: Run all markdown documentation tests This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation.
rustbuild: Run all markdown documentation tests This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation.
This commit adds support to rustbuild to run all documentation tests, basically
running
rustdoc --test
over all our documentation.