File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ jobs:
87
87
steps :
88
88
- uses : actions/checkout@v2
89
89
- name : Build CPython
90
- run : .\PCbuild\build.bat -e -p Win32
90
+ run : .\PCbuild\build.bat -e -p Win32 -d
91
91
- name : Display build info
92
92
run : .\python.bat -m test.pythoninfo
93
93
- name : Tests
94
- run : .\PCbuild\rt.bat -p Win32 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
94
+ run : .\PCbuild\rt.bat -p Win32 -d - q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
95
95
96
96
build_win_amd64 :
97
97
name : ' Windows (x64)'
@@ -103,11 +103,11 @@ jobs:
103
103
- name : Register MSVC problem matcher
104
104
run : echo "::add-matcher::.github/problem-matchers/msvc.json"
105
105
- name : Build CPython
106
- run : .\PCbuild\build.bat -e -p x64
106
+ run : .\PCbuild\build.bat -e -p x64 -d
107
107
- name : Display build info
108
108
run : .\python.bat -m test.pythoninfo
109
109
- name : Tests
110
- run : .\PCbuild\rt.bat -p x64 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
110
+ run : .\PCbuild\rt.bat -p x64 -d - q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
111
111
112
112
build_macos :
113
113
name : ' macOS'
You can’t perform that action at this time.
0 commit comments