From b9c0d9e37ae610e462582320079be1241be0210c Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Fri, 8 Nov 2024 08:48:04 +0100 Subject: [PATCH] Add caching of Cargo artifacts to end-to-end tests --- .github/workflows/desktop-e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 76cb144e3358..abcc55e85835 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -161,6 +161,7 @@ jobs: path: ~/.cache/mullvad-test/packages - name: Checkout repository uses: actions/checkout@v4 + - uses: Swatinem/rust-cache@v2 - name: Run end-to-end tests shell: bash -ieo pipefail {0} run: | @@ -340,6 +341,7 @@ jobs: - uses: actions/download-artifact@v3 with: path: ./test/.ci-logs/artifacts + - uses: Swatinem/rust-cache@v2 - name: Generate test result matrix shell: bash -ieo pipefail {0} run: |