Skip to content

Commit e804b3b

Browse files
committed
Enhance CI linting step to include all targets and treat warnings as errors
1 parent 3b0ed6c commit e804b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: cargo fmt --check
2121

2222
- name: Lint
23-
run: cargo clippy
23+
run: cargo clippy --all-targets -- -D warnings
2424

2525
- name: Check
2626
run: cargo check

0 commit comments

Comments
 (0)