Skip to content

Commit 92d486c

Browse files
committed
chore(ci): Speed up lockfile check
1 parent 9b1b566 commit 92d486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
toolchain: stable
8282
- uses: Swatinem/rust-cache@v2
8383
- name: "Is lockfile updated?"
84-
run: cargo fetch --locked
84+
run: cargo update --workspace --locked
8585
docs:
8686
name: Docs
8787
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)