Skip to content

Commit

Permalink
Merge branch 'main' into fix-inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW authored May 21, 2024
2 parents d7816ae + 6e860a3 commit 09b1bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-test-${{ hashFiles('Cargo.lock', 'Cargo.toml') }}
key: ${{ runner.os }}-v2-cargo-test-${{ hashFiles('Cargo.lock', 'Cargo.toml') }}
restore-keys: |
${{ runner.os }}-cargo-test-
${{ runner.os }}-v2-cargo-test-
- name: Set up Rust
if: ${{ steps.cache-cargo.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 09b1bb2

Please sign in to comment.