diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17a6b3bd0..b174f0144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: if: ${{ matrix.config.runTest262 }} run: | git submodule update --init --checkout --depth 1 - time make test262 + make test262 - name: test standalone run: |