Skip to content

Commit

Permalink
Add caching of Cargo artifacts to end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Nov 8, 2024
1 parent debeae0 commit b9c0d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit b9c0d9e

Please sign in to comment.