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
Is your feature request related to a problem? Please describe.
cargo-nextest doesn't support doctests yet (nextest-rs/nextest#16), so you need a separate derivation to run cargo test --doc.
However, cargoTest overwrites the pnameSuffix in the input, so I can't name the derivation my-package-doctest instead of my-package-test, and it's confusing to have that and my-package-nextest being built in tandem.
Describe the solution you'd like
A cargoDoctest function as a shortcut for this behavior.
Describe alternatives you've considered
The ability to override mkCargoDerivation would be nice, but that's a bigger lift.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
cargo-nextest
doesn't support doctests yet (nextest-rs/nextest#16), so you need a separate derivation to runcargo test --doc
.However,
cargoTest
overwrites thepnameSuffix
in the input, so I can't name the derivationmy-package-doctest
instead ofmy-package-test
, and it's confusing to have that andmy-package-nextest
being built in tandem.Describe the solution you'd like
A
cargoDoctest
function as a shortcut for this behavior.Describe alternatives you've considered
The ability to override
mkCargoDerivation
would be nice, but that's a bigger lift.The text was updated successfully, but these errors were encountered: