-
Notifications
You must be signed in to change notification settings - Fork 761
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
Run tests on CI with cargo-nextest #2236
base: main
Are you sure you want to change the base?
Conversation
Lines 993 to 1010 in b8dd626
This one seems problematic with cargo-nextest. |
Last time I checked, nextest did not support and run doctests. So you'd have to add "cargo test --doc" as a separate step? |
In that case I think we should wait for nextest-rs/nextest#16, otherwise the added |
https://github.com/nextest-rs/nextest
Try it out to see if it can help speeding up CI runs.