Skip to content

Commit e4a9590

Browse files
authored
Merge pull request #701 from leandrocp/lp-ci-check-clippy
chore(ci): promote clippy warns to errors
2 parents 57947dd + 3dbec78 commit e4a9590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ jobs:
112112
- name: Obtain Rust
113113
run: rustup override set $MSRV
114114
- name: Check clippy
115-
run: rustup component add clippy && cargo clippy
115+
run: rustup component add clippy && cargo clippy -- -Dwarnings
116116
- name: Check formatting
117117
run: rustup component add rustfmt && cargo fmt -- --check

0 commit comments

Comments
 (0)