Skip to content

Commit

Permalink
Remove caching for UTs (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard authored Mar 30, 2022
1 parent 9624f9f commit 5223c1a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- name: Check targets are installed correctly
run: rustup target list --installed

- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
${{ runner.os }}-cargo
# - uses: actions/cache@v2
# with:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
# target/
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: |
# ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# ${{ runner.os }}-cargo

- name: Run all tests
run: cargo test --all-features
Expand Down

0 comments on commit 5223c1a

Please sign in to comment.