Skip to content

Commit

Permalink
Attempt caching of target debug for faster clippy and test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Aug 22, 2024
1 parent 5a30801 commit e2e92d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rollout-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
key: cargo
path: |
~/.cargo
- name: Cache target deps for faster execution
uses: actions/cache@v3
with:
key: target
path: |
target/debug/deps
- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit e2e92d7

Please sign in to comment.