From 37e18af39bc0631880790d8e03dfe998efee377f Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Tue, 19 Mar 2024 13:01:04 +0200 Subject: [PATCH] ci(build): Add rust-cache Signed-off-by: Lachezar Lechev --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c35c454..75d54ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,8 @@ jobs: components: rustfmt, clippy targets: wasm32-unknown-unknown + - uses: Swatinem/rust-cache@v2 + - name: Lint - rustfmt run: cargo fmt --all -- --check