From 3fc8bdc9a2bcea32c87a43bc86ba91c91c6f4da7 Mon Sep 17 00:00:00 2001 From: garyghayrat Date: Wed, 19 Jun 2024 11:16:10 -0400 Subject: [PATCH] Remove caching on failure --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb6d0f1..b8de732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@clippy - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: true - run: cargo clippy --workspace --all-targets --all-features env: RUSTFLAGS: -Dwarnings