Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Jul 23, 2024
1 parent c41f2bd commit 53eb6b2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ jobs:
with:
submodules: true

- name: Cache cargo registry & git sources
uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo-unittest-
${{ runner.os }}-cargo-
# - name: Cache cargo registry & git sources
# uses: actions/cache@v4
# with:
# path: |
# ~/.cargo/bin/
# ~/.cargo/registry/
# ~/.cargo/git/db/
# key: ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: |
# ${{ runner.os }}-cargo-unittest-${{ hashFiles('**/Cargo.lock') }}
# ${{ runner.os }}-cargo-unittest-
# ${{ runner.os }}-cargo-

- name: Run sccache
uses: mozilla-actions/[email protected]
# - name: Run sccache
# uses: mozilla-actions/[email protected]

- name: Install stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 53eb6b2

Please sign in to comment.