ci(clippy): fail on unwrap

This commit is contained in:
Jake Stanger 2024-11-16 17:19:14 +00:00
parent a76957216b
commit c04387fa11
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -55,6 +55,8 @@ jobs:
- name: Clippy
run: cargo clippy --all-targets --all-features
env:
RUSTFLAGS: '-W clippy::unwrap_used'
build: