chore: throw error when clippy has warnings

This commit is contained in:
Zixuan Chen 2024-10-05 12:39:37 +08:00
parent 7f871d7eee
commit 67564d1444
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ jobs:
version: "0.2.92"
- uses: Swatinem/rust-cache@v2
- name: Check
run: cargo clippy --all-features
run: cargo clippy --all-features -- -Dwarnings
- name: Build
run: cargo build --verbose
- name: Run rust tests