Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(code_check): add
--locked
to cargo steps
`--locked` indicate to not check dependency new version. This can reduce step duration, and get locked to versions specified in Cargo.lock. tips from https://corrode.dev/blog/tips-for-faster-ci-builds/#use-the-locked-flag
- Loading branch information