diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b3b5257..04a0ea64 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,5 +63,5 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Run Go Tests + - name: Run Go Tests & Build run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +go-ci