Apply clippy to all targets

This commit is contained in:
Taiki Endo 2022-07-17 21:21:54 +09:00
parent a0c13f71b0
commit 868e9c3257
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,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