remove cache cargo build

This commit is contained in:
Nikolay Kim 2020-04-18 21:37:30 +06:00
parent d2c9f4749d
commit d48869ed7e
3 changed files with 0 additions and 18 deletions

View file

@ -41,12 +41,6 @@ jobs:
path: ~/.cargo/git
key: ${{ matrix.version }}-x86_64-apple-darwin-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: ${{ matrix.version }}-x86_64-apple-darwin-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Run tests
uses: actions-rs/cargo@v1
with: