From f1e2b132e93fc6b1fe1ffb3d2f0133831cf76436 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Mon, 22 Apr 2024 18:42:47 +0300 Subject: [PATCH] ci: Fail on clippy error Signed-off-by: Alexandru Vasile --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9230fbe..132f1741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,10 +117,7 @@ jobs: cache-on-failure: true cache-all-crates: true - # TODO: Allow clippy to fail and do not cancel other tasks. - # Clippy is fixed by: https://github.com/paritytech/litep2p/pull/57. - name: Run clippy - continue-on-error: true run: cargo clippy test: