Skip to content

Commit fd340de

Browse files
committed
Use --all-targets
1 parent 1c1520d commit fd340de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: Swatinem/rust-cache@v2
6060

6161
- name: Run Clippy
62-
run: cargo clippy --workspace --all-features --tests --benches --examples -- -D warnings
62+
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
6363

6464
- name: Check docs
6565
run: |

0 commit comments

Comments
 (0)