File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
working-directory : ${{ env.CPYTHON_BUILDDIR }}
111
111
run : |
112
112
pwd
113
- ls
113
+ ls -a
114
114
echo "XXXX see pwd above"
115
115
# Most of the excluded tests are slow test suites with no property tests
116
116
#
@@ -120,13 +120,21 @@ jobs:
120
120
-W \
121
121
-o \
122
122
-j4 \
123
- test_binascii \
123
+ -x test_asyncio \
124
+ -x test_multiprocessing_fork \
125
+ -x test_multiprocessing_forkserver \
126
+ -x test_multiprocessing_spawn \
127
+ -x test_concurrent_futures \
128
+ -x test_socket \
129
+ -x test_subprocess \
130
+ -x test_signal \
131
+ -x test_sysconfig \
124
132
|| echo "XXX failed"
125
133
126
134
pwd
127
- ls
128
- ls .hypothesis
129
- ls .hypothesis/examples
135
+ ls -a
136
+ ls -a .hypothesis
137
+ ls -a .hypothesis/examples
130
138
- uses : actions/upload-artifact@v4
131
139
if : always()
132
140
with :
You can’t perform that action at this time.
0 commit comments