chore: disable parallel testing in ci

This commit is contained in:
Gabriel Ebner 2022-11-21 20:40:03 -08:00 committed by Mac
parent 2808cc2744
commit 1949285fdb

View file

@ -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