diff --git a/.github/workflows/run_e2e.yaml b/.github/workflows/run_e2e.yaml index d69cfa75c..9f9849284 100644 --- a/.github/workflows/run_e2e.yaml +++ b/.github/workflows/run_e2e.yaml @@ -19,6 +19,6 @@ jobs: - name: Compile run: make linux - name: Run unit tests - run: make test + run: go test ./... - name: Run end-2-end tests run: make e2e