We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
doctest
Recently we replaced cargo test by cargo nextest and it's vastly faster. Unfortunately, it doesn't support doctest yet.
cargo test
cargo nextest
We should add a separate step in CI to run cargo test --doc.
cargo test --doc
The text was updated successfully, but these errors were encountered:
Oh, I did not know that. Here's the tracking issue: nextest-rs/nextest#16. In the meantime let's add back a separate step for doctests, yeah.
Sorry, something went wrong.
We're testing the docs again, thanks to a separate step. We can move to the proper solution once it's available upstream.
No branches or pull requests
Recently we replaced
cargo test
bycargo nextest
and it's vastly faster.Unfortunately, it doesn't support
doctest
yet.We should add a separate step in CI to run
cargo test --doc
.The text was updated successfully, but these errors were encountered: