Skip to content

Commit

Permalink
chore: throw error when clippy has warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Oct 5, 2024
1 parent 7f871d7 commit 67564d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67564d1

Please sign in to comment.