From 97de08193c8da1b2f681ec73745c0a0e8f4f6bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Thu, 28 Dec 2023 18:12:17 +0000 Subject: [PATCH] rust-cache --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a5291f822..46aa65bd53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,10 @@ jobs: json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }} dir: "nexus/server/tests/assets/" + - uses: Swatinem/rust-cache@v2 + with: + workspaces: nexus + - name: cargo check run: cargo check working-directory: ./nexus