diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36de836..e3ac225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: task: - { name: clippy, - cmd: "clippy --workspace --all-targets --all-features --tests --examples", + cmd: "clippy --workspace --all-targets --all-features --tests --examples -- -D warnings", } - { name: fmt, cmd: "fmt --all -- --check" } - {