Apply clippy to all targets

This commit is contained in:
Taiki Endo 2022-07-17 21:22:12 +09:00
parent 31c3582ef5
commit 534ac48a01
1 changed files with 1 additions and 1 deletions

View File

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