Skip to content

Commit

Permalink
ci(lint): remove --all-features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Sep 18, 2024
1 parent 5fb2212 commit 8354292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Clippy
run: rustup component add clippy
- name: Run Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-targets # Without `--all-features` because it's not updated yet.
- name: Code Spell Check
uses: streetsidesoftware/cspell-action@v6
with:
Expand Down

0 comments on commit 8354292

Please sign in to comment.