Skip to content

Commit

Permalink
Skip no-dev-deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 13, 2024
1 parent 3a7923a commit 9265203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-no-dev-deps
- name: Clippy check
run: cargo no-dev-deps clippy --all-targets --features ${{ matrix.network }},${{ matrix.device }}
run: cargo clippy --all --all-targets --features ${{ matrix.network }},${{ matrix.device }}

0 comments on commit 9265203

Please sign in to comment.