From a59a4c7454523593ea74ad348b6562ced85ceff3 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr Date: Tue, 19 Sep 2023 07:09:28 +0200 Subject: [PATCH] chore: Use cache with CI/CD --- .github/workflows/rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9595aae..27d75fa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,6 +20,11 @@ jobs: with: profile: minimal toolchain: nightly + - name: Cache + uses: actions/cache@v3 + with: + path: cache + key: ${{ runner.os }}-cache - name: run code coverage uses: actions-rs/tarpaulin@v0.1 with: