From 1794f6bf16e3098e2a07f2b4339a3019bfba2dab Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Fri, 23 Dec 2022 23:18:39 +0000 Subject: [PATCH] Make clippy fail on warnings in the codechecks CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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