From b24ee9085294e6d3be62fd538b9d58d22468f9ab Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 22 Apr 2021 20:35:48 +0530 Subject: [PATCH] revert clippy continue on error --- .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 c883ed5..82017ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Run cargo clippy uses: actions-rs/cargo@v1 - continue-on-error: true + # continue-on-error: true with: command: clippy args: -- -D warnings