diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 93b5e2f..90594d2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -33,4 +33,4 @@ jobs: run: make -j - name: Run the end-to-end tests run: | - make test-e2e -j + make test -j