mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user