Skip to content

Commit 050f302

Browse files
committed
Test reducing cache retention
1 parent b3073a8 commit 050f302

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
5050
restore-keys: |
5151
${{ runner.os }}-cargo-target-
52+
retention-days: 7
5253

5354
- uses: actions-rust-lang/audit@v1
5455
name: Audit Rust Dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
5959
restore-keys: |
6060
${{ runner.os }}-cargo-target-
61+
retention-days: 7
6162

6263
# Install Rust dependencies
6364
- name: Install dependencies

.github/workflows/scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
9898
restore-keys: |
9999
${{ runner.os }}-cargo-target-
100+
retention-days: 7
100101

101102
- name: Run code coverage
102103
run: |

0 commit comments

Comments
 (0)