mirror of
https://github.com/JakeStanger/ironbar.git
synced 2024-11-22 05:34:35 +03:00
ci(clippy): fail on unwrap
This commit is contained in:
parent
a76957216b
commit
c04387fa11
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -55,6 +55,8 @@ jobs:
|
||||
|
||||
- name: Clippy
|
||||
run: cargo clippy --all-targets --all-features
|
||||
env:
|
||||
RUSTFLAGS: '-W clippy::unwrap_used'
|
||||
|
||||
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user