Skip to content

Commit 2aa1e4e

Browse files
feat(ci): add Cargo.lock sync check (#1604)
1 parent ca46308 commit 2aa1e4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ jobs:
104104
- name: "Check that docs generate without issues"
105105
run: cargo doc --no-deps --workspace
106106

107+
check-lockfile:
108+
runs-on: ubuntu-latest
109+
steps:
110+
- uses: actions/checkout@v6
111+
- uses: Swatinem/rust-cache@v2
112+
- name: "Check that Cargo.lock is in sync with Cargo.toml"
113+
run: cargo update --workspace --locked
114+
107115
wasm32-unknown-unknown:
108116
runs-on: ubuntu-latest
109117
steps:

0 commit comments

Comments
 (0)