Exclude benches from clippy

This commit is contained in:
Taiki Endo 2022-07-17 21:49:03 +09:00
parent 868e9c3257
commit 5f8bdb636f
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 --all-targets
- run: cargo clippy --all-features --tests --examples
fmt:
runs-on: ubuntu-latest