Skip to content

Commit 89410c3

Browse files
committed
Use all features in linting
1 parent 0989b90 commit 89410c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install protoc
2929
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
3030
- name: Run Cargo clippy
31-
run: cargo clippy --no-deps --all-targets -- -Dwarnings
31+
run: cargo clippy --no-deps --all-targets --all-features -- -Dwarnings
3232

3333
udeps:
3434
name: Check unused dependencies

0 commit comments

Comments
 (0)