alr publish
should run alr test
rather than attempt to build
#1785
Labels
type: enhancement
Improvements to existing functionality
Milestone
As we do in CI checks, some crates cannot be built independently as they may require having a target or non-default configuration. These are typically tested with a nested crate that is built by
alr test
.Although currently one can use
--skip-build
in these cases, this sacrifices the check.The text was updated successfully, but these errors were encountered: