chore(ci): run check and clippy on tests and benches too (#4587)

This commit is contained in:
Alexey Shekhirin
2023-09-14 17:19:42 +01:00
committed by GitHub
parent 723036b310
commit a8e0880a98
5 changed files with 21 additions and 34 deletions

View File

@ -32,7 +32,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all --all-features
args: --all --all-features --benches --tests
- name: cargo fmt
uses: actions-rs/cargo@v1
@ -44,7 +44,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all --all-features
args: --all --all-features --benches --tests
doc-lint:
name: doc lint