Skip to content

Commit

Permalink
cache all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 24, 2023
1 parent 6795ba6 commit 5281b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: actions/cache/restore@v3
with:
path: |
target/*/deps/*rlst*
target/*/deps/*lapack*
target/debug/deps/
target/release/deps/
key: rlst-${{ steps.rlst-commit.output.commit }}-${{ matrix.mpi }}

- name: Set up Rust
Expand Down Expand Up @@ -78,8 +78,8 @@ jobs:
uses: actions/cache/save@v3
with:
path: |
target/*/deps/*rlst*
target/*/deps/*lapack*
target/debug/deps/
target/release/deps/
key: ${{ steps.cache.outputs.cache-primary-key }}

run-tests-python:
Expand Down

0 comments on commit 5281b1e

Please sign in to comment.