Skip to content

Commit

Permalink
fix: matrix coverage cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
conblem committed Feb 23, 2021
1 parent 9e49874 commit b43488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-${{ matrix.toolchain }}-coverage--${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.os }}-${{ matrix.toolchain }}-coverage--${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/cargo@v1
if: ${{ !matrix.coverage }}
with:
Expand Down

0 comments on commit b43488a

Please sign in to comment.