Skip to content

Commit

Permalink
Run cargo-update use locked for the CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
techraed committed Sep 30, 2024
1 parent f55b404 commit 5f60ff7
Show file tree
Hide file tree
Showing 2 changed files with 1,478 additions and 1,651 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
run: ./scripts/gear.sh format doc --check

- name: "Check clippy: Gear"
run: ./scripts/gear.sh clippy gear --all-targets --all-features

- name: "Check diff"
run: git diff
run: ./scripts/gear.sh clippy gear --all-targets --all-features --locked

- name: "Check clippy: Examples"
run: ./scripts/gear.sh clippy examples --all-targets --locked
Expand Down
Loading

0 comments on commit 5f60ff7

Please sign in to comment.