Skip to content

Commit

Permalink
don't cache test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Sep 21, 2022
1 parent 6d3d406 commit 579280d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}-test
- uses: actions-rs/install@v0.1
with:
crate: cargo-all-features
Expand Down

0 comments on commit 579280d

Please sign in to comment.