diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 7fe478c56..e0c6975ee 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -9,6 +9,13 @@ permissions: contents: read jobs: + e2e-build-test: + name: e2e-build-test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: e2e-build-test + run: make containerized-build TARGET=e2e.test go-test: name: go-test runs-on: ubuntu-latest