Skip to content

Commit 4d455b6

Browse files
committed
fix: ci
1 parent 3d7be7a commit 4d455b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ jobs:
5454
run: cargo fmt -- --check
5555

5656
- name: Lint (default features)
57-
run: cargo clippy --all-targets -- -D warnings
58-
59-
- name: Lint (all features including dev-tools)
60-
run: cargo clippy --all-targets --features dev-tools -- -D warnings
57+
run: cargo clippy -- -D warnings
6158

6259
test:
6360
name: Tests

0 commit comments

Comments
 (0)