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:
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --locked
|
||||
|
||||
check_all_features:
|
||||
name: cargo check --all-features
|
||||
|
||||
Reference in New Issue
Block a user