Skip to content

Commit

Permalink
run cargo check --locked on CI
Browse files Browse the repository at this point in the history
This ensures the Cargo.lock is up-to-date in PR:s
  • Loading branch information
emilk committed May 28, 2022
1 parent f5cca2a commit 8173093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --locked

check_all_features:
name: cargo check --all-features
Expand Down

0 comments on commit 8173093

Please sign in to comment.