fix: clippy in CI not erro'ing on warnings
This commit is contained in:
2
.github/workflows/rust-quality.yml
vendored
2
.github/workflows/rust-quality.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- run: rustup component add clippy
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all-features
|
||||
run: cargo clippy --all-features -- -Dwarnings
|
||||
|
||||
fmt:
|
||||
name: "fmt"
|
||||
|
||||
Reference in New Issue
Block a user