spin
spin copied to clipboard
Releases: update test components Cargo.lock?
See https://github.com/fermyon/spin/pull/2260#issuecomment-1917860833
When bumping the Spin version for a release (seen recently in https://github.com/fermyon/spin/pull/2260), the Lint check failed with:
...
M tests/test-components/components/Cargo.lock
Git working tree dirtied by lints. Run 'make update-cargo-locks' and check in changes
The release docs inform to run make update-cargo-locks, but this target currently only appears to update the top-level Cargo.lock and those under examples... Do we need to add tests as well?