Following up from #375 (comment):
We would like to be able to re-enable "test-util" feature flags in "above the fold" dependencies in crates that are only used for testing purposes, without affecting builds used in production. There are two ways we could accomplish this: either specifying --package for every production build (i.e., in the Dockerfile) or creating separate workspaces, so that we have isolated target directories and independent dependency resolution.
Following up from #375 (comment):
We would like to be able to re-enable "test-util" feature flags in "above the fold" dependencies in crates that are only used for testing purposes, without affecting builds used in production. There are two ways we could accomplish this: either specifying
--packagefor every production build (i.e., in the Dockerfile) or creating separate workspaces, so that we have isolated target directories and independent dependency resolution.