We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140c096 commit 9bcf7e8Copy full SHA for 9bcf7e8
.github/workflows/ci.yaml
@@ -204,8 +204,9 @@ jobs:
204
working-directory: support
205
run: |
206
# Run a representative subset of CPython core tests:
207
- # - test_builtins as a test of core language pieces
+ # - test_builtin as a test of core language tools
208
+ # - test_grammar as a test of core language features
209
# - test_os as a test of system library calls
210
# - test_bz2 as a simple test of third party libraries
211
# - test_ctypes as a test of FFI
- python -m testbed run -- test --single-process --rerun -W test_builtins test_os test_bz2 test_ctypes
212
+ python -m testbed run -- test --single-process --rerun -W test_builtin test_grammar test_os test_bz2 test_ctypes
0 commit comments