Skip to content

Commit 3fdbc3f

Browse files
committed
ci: remove redundant clippy step from testing workflow
1 parent 12e7dec commit 3fdbc3f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
name: Run Build Checks
6868
run: cargo check --tests --benches --examples --workspace --all-targets --all-features
6969

70-
- id: lint
71-
name: Run Clippy
72-
run: cargo clippy --tests --benches --examples --workspace --all-targets --all-features -- -D warnings
73-
7470
- id: docs
7571
name: Check Documentation
7672
env:

0 commit comments

Comments
 (0)