chore(ci): Speed up lockfile check

This commit is contained in:
Ed Page 2024-03-28 09:53:02 -05:00
parent 9b1b566201
commit 92d486c4b0

View file

@ -81,7 +81,7 @@ jobs:
toolchain: stable toolchain: stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: "Is lockfile updated?" - name: "Is lockfile updated?"
run: cargo fetch --locked run: cargo update --workspace --locked
docs: docs:
name: Docs name: Docs
runs-on: ubuntu-latest runs-on: ubuntu-latest