diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d90937ca..6d2905e80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: cargo fmt --all -- --check - name: Clippy - run: cargo clippy --all-targets --all-features + run: cargo clippy --all-targets --all-features -- -D warnings - name: Docs run: cargo doc --workspace --exclude koto_cli