diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4be8575d..8be76973 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -45,23 +45,23 @@ jobs: override: true components: rustfmt, clippy - - name: Cache cargo registry - uses: actions/cache@v2 - with: - path: ~/.cargo/registry - key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - - - name: Cache cargo index - uses: actions/cache@v2 - with: - path: ~/.cargo/git - key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }} - - - name: Cache cargo target - uses: actions/cache@v2 - with: - path: target - key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} +# - name: Cache cargo registry +# uses: actions/cache@v2 +# with: +# path: ~/.cargo/registry +# key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} + +# - name: Cache cargo index +# uses: actions/cache@v2 +# with: +# path: ~/.cargo/git +# key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }} + +# - name: Cache cargo target +# uses: actions/cache@v2 +# with: +# path: target +# key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - name: Setup sccache run: |