From 492c597c5337827bb8e44596d3f8d34819b9fab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn?= Date: Wed, 15 Jan 2025 10:11:19 -0300 Subject: [PATCH] no cache --- .github/workflows/nextest.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/nextest.yml b/.github/workflows/nextest.yml index 83388fbcc..dbc340683 100644 --- a/.github/workflows/nextest.yml +++ b/.github/workflows/nextest.yml @@ -73,17 +73,6 @@ jobs: - name: Install Vyper run: pip install vyper~=0.4.0 - - name: Forge RPC cache - uses: actions/cache@v3 - with: - path: | - ~/.foundry/cache - ~/.config/.foundry/cache - key: rpc-cache-${{ hashFiles('crates/forge/tests/rpc-cache-keyfile') }} - - uses: Swatinem/rust-cache@v2 - with: - cache-on-failure: true - - name: Setup Git config run: | git config --global user.name "GitHub Actions Bot"