DO-015 · CI cargo test does not use --locked
Description: Without --locked, CI may resolve different dependency versions than what is in Cargo.lock, undermining reproducibility.
Acceptance Criteria:
- All
cargo commands in CI use --locked
Cargo.lock committed (see DO-001)
Priority: High
Effort: Small
Dependencies: DO-001
Labels: devops, ci-cd
📚 Documentation
DO-015 · CI
cargo testdoes not use--lockedDescription: Without
--locked, CI may resolve different dependency versions than what is inCargo.lock, undermining reproducibility.Acceptance Criteria:
cargocommands in CI use--lockedCargo.lockcommitted (see DO-001)Priority: High
Effort: Small
Dependencies: DO-001
Labels:
devops,ci-cd📚 Documentation