From 15c6dbe7a3259c9423cb12117b092c766d6114fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 10 Mar 2025 13:42:06 +0100 Subject: [PATCH] Don't use `time` in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |