Skip to content

Commit 93e028e

Browse files
committed
test more again
1 parent 15de062 commit 93e028e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
working-directory: ${{ env.CPYTHON_BUILDDIR }}
111111
run: |
112112
pwd
113-
ls
113+
ls -a
114114
echo "XXXX see pwd above"
115115
# Most of the excluded tests are slow test suites with no property tests
116116
#
@@ -120,13 +120,21 @@ jobs:
120120
-W \
121121
-o \
122122
-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 \
124132
|| echo "XXX failed"
125133
126134
pwd
127-
ls
128-
ls .hypothesis
129-
ls .hypothesis/examples
135+
ls -a
136+
ls -a .hypothesis
137+
ls -a .hypothesis/examples
130138
- uses: actions/upload-artifact@v4
131139
if: always()
132140
with:

0 commit comments

Comments
 (0)