Skip to content

Commit

Permalink
Add comment to the lockfile check
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Mattia <[email protected]>
  • Loading branch information
Frederik Rothenberger and nmattia authored Oct 24, 2023
1 parent ca7f58a commit 3a2ecc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
- uses: ./.github/actions/bootstrap

- name: Cargo Lockfile Check
# fails if lockfile is out of date
# https://users.rust-lang.org/t/check-if-the-cargo-lock-is-up-to-date-without-building-anything/91048/5
run: cargo update --workspace --locked

0 comments on commit 3a2ecc1

Please sign in to comment.