1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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