diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index db81b15919..f36ca9b201 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -18,5 +18,4 @@ jobs: with: go-version: ${{ secrets.GOLANG_VERSION }} - run: make bins - - run: make docker-image - run: make test