Skip to content

Commit d539152

Browse files
buildbottest
1 parent 9bd1a56 commit d539152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ jobs:
225225
run: sudo mount $CPYTHON_RO_SRCDIR -oremount,rw
226226
- name: Tests
227227
working-directory: ${{ env.CPYTHON_BUILDDIR }}
228-
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
228+
run: ./python -m test -R 3:3 test_asyncio
229+
# run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
229230

230231
build_ubuntu_ssltests:
231232
name: 'Ubuntu SSL tests with OpenSSL'

0 commit comments

Comments
 (0)