Closed qdot closed 4 years ago
@epage I think more and more that we need either a workspace flag, or a separate workspace stage :'(
I submitted a small workaround PR for now. It could be used for configuring a workspace stage if you do go that direction.
@epage I think more and more that we need either a workspace flag, or a separate workspace stage :'(
Are all crates safe with "no-default-features`? Would we need it configurable anyways, like all-features?
--no-default-features errors on workspace projects, meaning the cargo-check step will fail for any workspace project. It'd be nice to have a parameter to turn this build check off.
See https://github.com/rust-lang/cargo/issues/5015