Apply clippy to all targets

This commit is contained in:
Taiki Endo 2022-07-17 21:21:29 +09:00
parent 9e3d257098
commit 3d0cfac19e
1 changed files with 1 additions and 1 deletions

View File

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