-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add cargo test --doc
#2578
Add cargo test --doc
#2578
Conversation
Supports testing only the documentation (like `--lib`, `--bin`, etc).
@bors r+ |
📌 Commit a63c642 has been approved by |
⌛ Testing commit a63c642 with merge 40fbeea... |
💔 Test failed - cargo-mac-64 |
@bors: retry On Wed, Apr 20, 2016 at 11:51 AM, bors notifications@github.com wrote:
|
Add `cargo test --doc` Supports testing only the documentation (like `--lib`, `--bin`, etc).
💔 Test failed - cargo-win-msvc-64 |
@bors: retry On Thu, Apr 21, 2016 at 10:52 AM, bors notifications@github.com wrote:
|
⚡ Previous build results for cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64 are reusable. Rebuilding only cargo-cross-linux, cargo-win-msvc-32, cargo-win-msvc-64... |
☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
Supports testing only the documentation (like
--lib
,--bin
, etc).