From 1949285fdbfdfdff7dda0b54c90126c40101e35f Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 21 Nov 2022 20:40:03 -0800 Subject: [PATCH] chore: disable parallel testing 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 1552e6029e..104ea27992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Check Lake run: make check-lake - name: Test Lake - run: make test-ci -j4 + run: make test-ci - name: Time Bootstrap run: make time-bootstrap - name: Check Bootstrap