Skip to content

Commit

Permalink
ci: fix unused deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 12, 2024
1 parent f70cdf0 commit dadbbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: cargo binstall --no-confirm cargo-shear

- name: Run cargo shear
run: just lint
run: cargo shear

coverage:
name: Coverage
Expand Down

0 comments on commit dadbbd1

Please sign in to comment.