Skip to content

Commit 7d48abb

Browse files
authored
[ISSUE #82]🔧Update Clippy check to include all features for improved linting (#83)
1 parent 6610cea commit 7d48abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cargo fmt -- --check
3838

3939
- name: Clippy check
40-
run: cargo clippy -- -D warnings
40+
run: cargo clippy --all-features -- -D warnings
4141

4242
- name: Build
4343
run: cargo build --verbose --all-features

0 commit comments

Comments
 (0)