diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8dbdd390..e40ef67f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,15 +31,15 @@ jobs: with: name: holochain-ci - - name: Restore cargo and build from cache - uses: actions/cache/restore@v3 - with: - path: | - .cargo - target - key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-build- + # - name: Restore cargo and build from cache + # uses: actions/cache/restore@v3 + # with: + # path: | + # .cargo + # target + # key: ${{ runner.os }}-build-${{ hashFiles('Cargo.lock') }} + # restore-keys: | + # ${{ runner.os }}-build- - name: Install nix packages run: nix develop -c $SHELL -c "echo Nix packages installed"