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

add back doctest #932

Closed
lebensterben opened this issue Jan 29, 2023 · 2 comments
Closed

add back doctest #932

lebensterben opened this issue Jan 29, 2023 · 2 comments

Comments

@lebensterben
Copy link
Member

Recently we replaced cargo test by cargo 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.

@mre
Copy link
Member

mre commented Jan 29, 2023

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.

@mre
Copy link
Member

mre commented Apr 18, 2023

We're testing the docs again, thanks to a separate step. We can move to the proper solution once it's available upstream.

@mre mre closed this as completed Apr 18, 2023
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

No branches or pull requests

2 participants