chore: disable parallel testing in ci
This commit is contained in:
parent
2808cc2744
commit
1949285fdb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue