diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6ff74ec..8d3e1027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,7 @@ jobs: with: check-latest: true go-version-file: go.mod + cache: ${{ runner.arch != 'arm64' }} - name: setup env run: make install - name: Clear test cache