From 52d24de1a845e4b093ba77465131e5cae39609f8 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 10 Sep 2021 15:49:14 +1000 Subject: [PATCH] Cache clippy artifacts --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc97b7c..f7946ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: override: true toolchain: stable components: clippy + - uses: Swatinem/rust-cache@v1.3.0 - run: cargo clippy --workspace --all-targets -- -D warnings yarn: