ci: fail on any clippy warning
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: cargo build --locked --features arch
|
run: cargo build --locked --features arch
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
run: cargo clippy
|
run: cargo clippy -- -Dwarnings
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --workspace
|
run: cargo test --workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user