Skip to content
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

CI: Use --all-targets and --workspace where possible #235

Merged
merged 1 commit into from
Jan 4, 2021
Merged

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Jan 4, 2021

No description provided.

@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #235 (9a6c3bf) into master (99e451f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #235   +/-   ##
=======================================
  Coverage   77.10%   77.10%           
=======================================
  Files          36       36           
  Lines        2101     2101           
=======================================
  Hits         1620     1620           
  Misses        481      481           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99e451f...9a6c3bf. Read the comment docs.

@jonasbb
Copy link
Owner Author

jonasbb commented Jan 4, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Jan 4, 2021

Build succeeded:

@bors bors bot merged commit b7a09f5 into master Jan 4, 2021
@bors bors bot deleted the update-ci branch January 4, 2021 14:40
jonasbb added a commit that referenced this pull request Jan 30, 2021
The `--all-targets` flag for `cargo test` actually DISABLES doctests.
Doctests should of course be run, so removing the flag from the CI scrips.
There is a bug report for cargo about this behavior:
rust-lang/cargo#6669

This fixes the changes done in #235 / 9a6c3bf.
bors bot added a commit that referenced this pull request Jan 30, 2021
253: Do not call `cargo test` with `--all-targets` r=jonasbb a=jonasbb

The `--all-targets` flag for `cargo test` actually DISABLES doctests.
Doctests should of course be run, so removing the flag from the CI scrips.
There is a bug report for cargo about this behavior:
rust-lang/cargo#6669

This fixes the changes done in #235 / 9a6c3bf.

Co-authored-by: Jonas Bushart <jonas@bushart.org>
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.

1 participant