diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 069ef581e..cfe87228f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,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 @@ -125,6 +126,7 @@ jobs: with: check-latest: true go-version-file: "go.mod" + cache: ${{ runner.arch != 'arm64' }} - name: setup env run: make install - name: build postcli @@ -196,5 +198,3 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}