run cargo check --locked on CI
This ensures the Cargo.lock is up-to-date in PR:s
This commit is contained in:
parent
f5cca2a288
commit
8173093c67
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
|
args: --locked
|
||||||
|
|
||||||
check_all_features:
|
check_all_features:
|
||||||
name: cargo check --all-features
|
name: cargo check --all-features
|
||||||
|
|
Loading…
Reference in a new issue