run cargo check --locked on CI

This ensures the Cargo.lock is up-to-date in PR:s
This commit is contained in:
Emil Ernerfeldt 2022-05-28 17:32:56 +02:00
parent f5cca2a288
commit 8173093c67

View file

@ -26,6 +26,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --locked
check_all_features:
name: cargo check --all-features