Skip to content

Commit 6f17144

Browse files
committed
Remove test suite arguments that aren't available.
1 parent dcde1de commit 6f17144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
# - test_os as a test of system library calls
234234
# - test_bz2 as a simple test of third party libraries
235235
# - test_ctypes as a test of FFI
236-
python -m testbed run --verbose ${{ matrix.testbed-args }} -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
236+
python -m testbed run --verbose ${{ matrix.testbed-args }} -- test -W test_builtin test_grammar test_os test_bz2 test_ctypes
237237
238238
crossenv-test:
239239
name: Cross-platform env test (${{ matrix.multiarch }})

0 commit comments

Comments
 (0)