Skip to content

Commit c0e249e

Browse files
committed
MinCI
1 parent c8e02c7 commit c0e249e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
./configure
4646
--config-cache
4747
--with-pydebug
48-
- name: Display build info
49-
run: make pythoninfo
48+
- name: Build CPython
49+
run: make -j4
5050
- name: Tests
5151
run: ./python -m test -j4

0 commit comments

Comments
 (0)