diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5322f9b..a5dff08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: EARTHLY_CONVERSION_PARALLELISM: "5" EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}" steps: + - name: Run tests run: |- earthly -P github.com/earthly/earthly/tests/+allow-privileged-test \ No newline at end of file