Skip to content

Speed up CI runs by only cargo checking for docs #825

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

Merged
merged 1 commit into from
Jul 20, 2017

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jul 18, 2017

Running cargo check --features testing_only_docs will catch missing doc
comments, and we can avoid doing a full build.

r? @emilio

Running `cargo check --features testing_only_docs` will catch missing doc
comments, and we can avoid doing a full build.
@emilio
Copy link
Contributor

emilio commented Jul 19, 2017

@bors-servo r+

@bors-servo
Copy link

📌 Commit d792af6 has been approved by emilio

@bors-servo
Copy link

⌛ Testing commit d792af6 with merge 87bd3b9...

bors-servo pushed a commit that referenced this pull request Jul 19, 2017
Speed up CI runs by only `cargo check`ing for docs

Running `cargo check --features testing_only_docs` will catch missing doc
comments, and we can avoid doing a full build.

r? @emilio
@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: emilio
Pushing 87bd3b9 to master...

@bors-servo bors-servo merged commit d792af6 into rust-lang:master Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants