Apply clippy to tests and examples

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

View File

@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update stable
- run: cargo clippy --all-features
- run: cargo clippy --all-features --tests --examples
fmt:
runs-on: ubuntu-latest