You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Don't build/run doctests in test-features jobs.
The doctests are built/run in separate test-doc jobs so we don't need
to run them in test-features.
This will speed up CI slightly.
This will also work around some incompatibility introduced in recent
Rust 1.87 and/or Nightly releases where linking the doctests fails
when cross-compiling. (Rust recently started building doctests when
cross-compiling where previously it ignored them during cross-
compilation.)
0 commit comments