Skip to content

Commit

Permalink
Apply clippy to all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 17, 2022
1 parent a028195 commit 822511f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update stable
- run: cargo clippy --all-features
- run: cargo clippy --all-features --all-targets

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 822511f

Please sign in to comment.