-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
infrastructureTooling improvements for working on this repo (pipelines, automation, etc.)Tooling improvements for working on this repo (pipelines, automation, etc.)
Description
I guess we don't technically verify with latest Dependencies in a job rn since we do - - locked. This can be punted to a separate task:
We should have:
- jobs that run with
--locked - jobs that run with
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=alloww/o--locked: this checks latest dependencies work will work in workspaces that don't use the msrv-aware resolver - jobs that run with
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallbackw/o `--locked: this checks latest dependencies work will work in workspaces that use the msrv-aware resolver - jobs that specifically test on MSRV
Originally posted by @wmmc88 in #314 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
infrastructureTooling improvements for working on this repo (pipelines, automation, etc.)Tooling improvements for working on this repo (pipelines, automation, etc.)