Skip to content

Commit

Permalink
still cache on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Aug 21, 2023
1 parent edf1593 commit 3487088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
target: ${{ matrix.target }}

- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Test with latest nextest release
run: cargo nextest run --workspace --target ${{ matrix.target }}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
target: ${{ matrix.target }}

- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down

0 comments on commit 3487088

Please sign in to comment.