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:
Marijn Suijten
2022-01-24 10:37:27 +01:00
committed by Marijn Suijten
parent b493fe6982
commit bd5ce67ad8
+1 -1
View File
@@ -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: