Skip to content

Commit

Permalink
add runtime to cache key in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jan 17, 2023
1 parent 24ebc97 commit e77f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/async-stripe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-test-${{ matrix.runtime }}-${{ hashFiles('**/Cargo.lock') }}
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Test and gather coverage
run: cargo llvm-cov --lcov --output-path lcov.info --features runtime-${{ matrix.runtime }}
Expand Down

0 comments on commit e77f906

Please sign in to comment.