We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e02c7 commit c0e249eCopy full SHA for c0e249e
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
./configure
46
--config-cache
47
--with-pydebug
48
- - name: Display build info
49
- run: make pythoninfo
+ - name: Build CPython
+ run: make -j4
50
- name: Tests
51
run: ./python -m test -j4
0 commit comments