Skip to content

Commit 8ee0a9d

Browse files
authored
Add a --locked job to CI (#1692)
The current lock file is updated when built, and this fixes the possibility of that happening again.
1 parent 084407c commit 8ee0a9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- name: Install Rust
198198
run: rustup update stable --no-self-update && rustup default stable
199199
- run: rustup target add wasm32-wasip1
200-
- run: cargo test
200+
- run: cargo test --locked
201201
- run: cargo test -p wit-bindgen-core
202202
- run: cargo test -p wit-bindgen
203203
- run: cargo test -p wit-bindgen --all-features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)