diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eb5c1cbca..38f2cb51d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -38,5 +38,8 @@ jobs: - name: Build run: go build -v ./cmd/gh + - name: Build executable + run: make bin/gh + - name: Run attestation command integration Tests run: ./test/integration/attestation-cmd/download-and-verify-package-attestation.sh