Skip to content

Commit b45e15d

Browse files
committed
Apply clippy to tests and examples
1 parent f910d25 commit b45e15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v3
5959
- name: Install Rust
6060
run: rustup update stable
61-
- run: cargo clippy --all-features
61+
- run: cargo clippy --all-features --tests --examples
6262

6363
fmt:
6464
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)