build.yml: clippy: turn warnings into errors
Otherwise we'll never know.
This commit is contained in:
parent
0a029316af
commit
a5a897f42f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
cargo test --no-default-features --features $FEATURES
|
cargo test --no-default-features --features $FEATURES
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
cargo clippy --no-default-features --features $FEATURES
|
cargo clippy --no-default-features --features $FEATURES -- -D warnings
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: |
|
run: |
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user