From 215ebeac0fbac3a75686be0e07af45e657a7c4f1 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 3 Jan 2022 18:07:49 +0000 Subject: [PATCH] faster clippy ci --- .github/workflows/clippy-fmt.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/clippy-fmt.yml b/.github/workflows/clippy-fmt.yml index 957256d32..324716da0 100644 --- a/.github/workflows/clippy-fmt.yml +++ b/.github/workflows/clippy-fmt.yml @@ -32,6 +32,13 @@ jobs: toolchain: stable components: clippy override: true + + - name: Generate Cargo.lock + uses: actions-rs/cargo@v1 + with: { command: generate-lockfile } + - name: Cache Dependencies + uses: Swatinem/rust-cache@v1.2.0 + - name: Check with Clippy uses: actions-rs/clippy-check@v1 with: