mirror of
https://github.com/openharmony/third_party_rust_which-rs.git
synced 2026-07-01 21:14:07 -04:00
ci: Disallow warnings from clippy
Running the `clippy` linter does not make much sense if 99% of its coverage isn't stopping the CI from succeeding.
This commit is contained in:
committed by
Marijn Suijten
parent
b493fe6982
commit
bd5ce67ad8
@@ -46,7 +46,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --workspace --all-targets --all-features
|
||||
args: --workspace --all-targets --all-features -- -Dwarnings
|
||||
|
||||
# Ensure that the project could be successfully compiled
|
||||
cargo_check:
|
||||
|
||||
Reference in New Issue
Block a user