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
Fix minor resolve_binary feature flag issues. (#3737)
## Motivation
`resolve_binary` doesn't strip the `dep` directory if it isn't built
`with_testing`. This causes some tests to fail if they are run locally
in isolation. (In CI, since they are being run together with the other
tests, they _do_ use `linera-base/test`, so this doesn't cause issues.)
Also, `test_resolve_binary` is needlessly behind feature flags.
## Proposal
Make test dependencies explicit and move `test_resolve_binary` to the
`local` tests.
## Test Plan
It fixed e.g. `cargo test -p linera-indexer-graphql-client` for me
locally, and makes `cargo test -p linera-service test_resolve_binary`
actually run the test.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments