Skip to content

Commit da67188

Browse files
committed
Don't use time in CI
1 parent 670492d commit da67188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
if: ${{ matrix.config.runTest262 }}
159159
run: |
160160
git submodule update --init --checkout --depth 1
161-
time make test262
161+
make test262
162162
163163
- name: test standalone
164164
run: |

0 commit comments

Comments
 (0)