CI: Don't deny clippy warnings
We configure that in the lint table in `Cargo.toml`.
This commit is contained in:
parent
73c7c729c5
commit
628f70156e
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: cargo clippy --all-targets -- -D warnings
|
run: cargo clippy --all-targets
|
||||||
|
|
||||||
# Weird targets to catch non-portable code
|
# Weird targets to catch non-portable code
|
||||||
rust-cross:
|
rust-cross:
|
||||||
|
Loading…
Reference in New Issue
Block a user